mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo in is-uploaded-file.xml (missing apostrophe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305278 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c6faf8807d
commit
c1bb7dd16d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<para>
|
||||
For proper working, the function <function>is_uploaded_file</function> needs
|
||||
an argument like <varname>$_FILES['userfile']['tmp_name']</varname>, - the name of the uploaded
|
||||
file on the clients machine <varname>$_FILES['userfile']['name']</varname> does not work.
|
||||
file on the client's machine <varname>$_FILES['userfile']['name']</varname> does not work.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue