|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-22 15:48 UTC] andy@php.net
[2001-08-06 19:45 UTC] jeroen@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 00:00:02 2025 UTC |
$number = -0; if (is_integer($number) == true) { echo "number is an integer"; } else { echo "number is not an integer"; } /* -0 just generally works as a number it probably shouldn't */