How to convert non-integrated numbers like this: 415.822948 to be integrated exactly like: 415 using PHP?
You can use the intval() function for this.
intval()
Here's an example:
echo intval(415.822948);
This will output: 415
415
You can use the
intval()function for this.Here's an example:
This will output:
415