mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
94dd6454dd
commit
0dfe8c4a80
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue