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:
Joey Smith 2010-11-11 20:37:33 +00:00
parent c6faf8807d
commit c1bb7dd16d

View file

@ -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>