mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316346 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
993057ee86
commit
6efb39be82
1 changed files with 2 additions and 2 deletions
|
@ -804,7 +804,7 @@
|
|||
</simpara>
|
||||
<simpara>
|
||||
If <literal>$_POST[ini_get("session.upload_progress.name")]</literal>
|
||||
is not passed available, upload progressing will not be recorded.
|
||||
is not passed or available, upload progressing will not be recorded.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Defaults to "PHP_SESSION_UPLOAD_PROGRESS".
|
||||
|
@ -820,7 +820,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
Defines how often the upload progress information should be updated.
|
||||
This can be defined in bytes (i.e. "update progress information after every 100 bytes"), or in percentages (i.e. "update progress information after recieving every 1% of the whole filesize).
|
||||
This can be defined in bytes (i.e. "update progress information after every 100 bytes"), or in percentages (i.e. "update progress information after receiving every 1% of the whole filesize).
|
||||
</simpara>
|
||||
<simpara>
|
||||
Defaults to "1%".
|
||||
|
|
Loading…
Reference in a new issue