From 2150260a40deda94bcace71bd65b169a6982fa76 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Wed, 17 Oct 2001 21:17:36 +0000 Subject: [PATCH] Functions should be enclosed with the function element. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60116 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 8 ++++---- functions/sockets.xml | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index fcccd4f8cc..184142811c 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2804,9 +2804,9 @@ foreach(range('z', 'a') as $letter) { - Prior to version 4.1.0 the range() function only generated - incrementing integer arrays. Support for character sequences - and decrementing arrays was added in 4.1.0. + Prior to version 4.1.0 the range function + only generated incrementing integer arrays. Support for + character sequences and decrementing arrays was added in 4.1.0. diff --git a/functions/sockets.xml b/functions/sockets.xml index 9efdf728e8..afc58b738c 100644 --- a/functions/sockets.xml +++ b/functions/sockets.xml @@ -1,5 +1,5 @@ - + Socket functions Sockets @@ -435,7 +435,8 @@ echo "OK.\n\n"; - PHP_BINARY_READ - use the system read() (Default in PHP >= 4.1.0) + PHP_BINARY_READ - use the system read + (Default in PHP >= 4.1.0)