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
This commit is contained in:
Egon Schmid 2001-10-17 21:17:36 +00:00
parent ba19739f4f
commit 2150260a40
2 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.104 $ -->
<!-- $Revision: 1.105 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -2804,9 +2804,9 @@ foreach(range('z', 'a') as $letter) {
</para>
<note>
<para>
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 <function>range</function> function
only generated incrementing integer arrays. Support for
character sequences and decrementing arrays was added in 4.1.0.
</para>
</note>
<para>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<reference id="ref.sockets">
<title>Socket functions</title>
<titleabbrev>Sockets</titleabbrev>
@ -435,7 +435,8 @@ echo "OK.\n\n";
<itemizedlist>
<listitem>
<simpara>
PHP_BINARY_READ - use the system read() (Default in PHP &gt;= 4.1.0)
PHP_BINARY_READ - use the system <function>read</function>
(Default in PHP &gt;= 4.1.0)
</simpara>
</listitem>
<listitem>