|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-11 12:56 UTC] stas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jul 05 06:00:02 2026 UTC |
you can try the following: (filename was test.php) <?php $filename=__FILE__; echo $filename."<br>"; if(settype($filename,"integer")){ echo "TRUE"; } else { echo "FALSE"; } ?> it seems that the settype() function not returns a clear FALSE, as aspected. :-/