Is there a function for getting the numerical value of a string of numerals?
Say I have $str = "123". Is there some function zot() such that 123 = zot($str), or 167 = 44 + zot($str), or whatever??
I've searched the Manual for strings, numbers, numericals, numerics, and numerous variations of same.
Any hints would be deeply appreciated.
Thanks,
- Paul