I can't find function in PHP that convert string value to integer value. Example: 'two' to return '2'
Do you know if such function exist?
Thanks
I am not aware of a built-in function for that.