|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-01-25 01:44 UTC] jlugton at iprimus dot com dot au
The following will echo "I FOUND NOTHING!" on Windows XP running PHP (version 4.1.0), but on linux PHP (Version 4.0.4) returns FALSE which is correct.
<?php
if (file_exists("")) echo "I FOUND NOTHING!" ;
?>
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jan 31 14:00:01 2026 UTC |
$f = fopen ("php://stdin", "r");