mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Since the PHP_SYSTEM_READ is same as PHP_BINARY_READ it is now removed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50209 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a7c0959094
commit
25aab21991
1 changed files with 2 additions and 7 deletions
|
@ -427,17 +427,12 @@ echo "OK.\n\n";
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP_SYSTEM_READ - use the system read()
|
||||
PHP_BINARY_READ - use the system read() (Default in PHP >= 4.0.7)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP_BINARY_READ - binary safe read() (same as PHP_READ_SYSTEM)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
PHP_NORMAL_READ - Default. Reading stops at \n or \r.
|
||||
PHP_NORMAL_READ - reading stops at \n or \r. (Default in PHP <= 4.0.6)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue