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)