Answers for "int_min in php"

PHP
1

php int min

PHP_INT_MAX (int) // The largest integer supported in this build of PHP. 
  
PHP_INT_MIN (int) // The smallest integer supported in this build of PHP.
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language