From 9642ddc3a0e8f681e154885fc5f1c15319a60033 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 19 Jun 2001 18:18:04 +0000 Subject: [PATCH] Fixed typo.. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49831 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sockets.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/sockets.xml b/functions/sockets.xml index 669090066d..f6677836a4 100644 --- a/functions/sockets.xml +++ b/functions/sockets.xml @@ -426,17 +426,17 @@ echo "OK.\n\n"; - PHP_READ_SYSTEM - use the system read() + PHP_SYSTEM_READ - use the system read() - PHP_READ_BINARY - binary safe read() (same as PHP_READ_SYSTEM) + PHP_BINARY_READ - binary safe read() (same as PHP_READ_SYSTEM) - PHP_READ_NORMAL - Default. Reading stops at \n or \r. + PHP_NORMAL_READ - Default. Reading stops at \n or \r.