Updated type of file_exists

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31316 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-08-27 11:39:39 +00:00
parent 94dd6454dd
commit 0dfe8c4a80

View file

@ -644,7 +644,7 @@ $fcontents = join ('', file ('http://www.php.net'));
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>file_exists</function></funcdef>
<funcdef>bool <function>file_exists</function></funcdef>
<paramdef>string <parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>