Answers for "how can i convert a decimal number to integer in PHP"

PHP
1

string to decimal php

$num = (double) "10.12";
Posted by: Guest on January-26-2021

Code answers related to "how can i convert a decimal number to integer in PHP"

Browse Popular Code Answers by Language