mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typo..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49831 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9efd316597
commit
9642ddc3a0
1 changed files with 3 additions and 3 deletions
|
@ -426,17 +426,17 @@ echo "OK.\n\n";
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP_READ_SYSTEM - use the system read()
|
||||
PHP_SYSTEM_READ - use the system read()
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP_READ_BINARY - binary safe read() (same as PHP_READ_SYSTEM)
|
||||
PHP_BINARY_READ - binary safe read() (same as PHP_READ_SYSTEM)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP_READ_NORMAL - Default. Reading stops at \n or \r.
|
||||
PHP_NORMAL_READ - Default. Reading stops at \n or \r.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue