mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo, there is no example here (yet).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
35b52503d7
commit
d9f04266b1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.47 $ -->
|
||||
<!-- $Revision: 1.48 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -229,7 +229,7 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file
|
|||
file array. The error code can be found in the
|
||||
<emphasis>["error"]</emphasis> segment of the file array that is created
|
||||
during the file upload by PHP. In otherwords, the error might be
|
||||
found in <varname>$_FILES['userfile']['error']</varname>. An example:
|
||||
found in <varname>$_FILES['userfile']['error']</varname>.
|
||||
</simpara>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
|
Loading…
Reference in a new issue