[PHP-DOC] cvs: phpdoc /en/functions array.xml
by jim winstead other posts by this author
Dec 21 2001 12:25AM messages near this date
[PHP-DOC] cvs: phpdoc /es/language types.xml
|
[PHP-DOC] cvs: phpdoc /de/functions session.xml
jimw Thu Dec 20 19:25:10 2001 EDT
Modified files:
/phpdoc/en/functions array.xml
Log:
count: see also strlen
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.141 phpdoc/en/functions/array.xml:1.142
--- phpdoc/en/functions/array.xml:1.141 Thu Dec 20 18:23:12 2001
+++ phpdoc/en/functions/array.xml Thu Dec 20 19:25:09 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.141 $ -->
+<!-- $Revision: 1.142 $ -->
<reference id="ref.array">
<title> Array Functions</title>
<titleabbrev> Arrays</titleabbrev>
@@ -2241,9 +2241,9 @@
</para>
</note>
<para>
- See also: <function> sizeof</function>,
+ See also <function> is_array</function>,
<function> isset</function>, and
- <function> is_array</function>.
+ <function> strlen</function>.
</para>
</refsect1>
</refentry>
|