victor          Sun Mar  2 07:27:38 2003 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        sizeof.xml 
  Log:
  Incorrectly formatted function alias - fixed
  
Index: phpdoc/en/reference/array/functions/sizeof.xml
diff -u phpdoc/en/reference/array/functions/sizeof.xml:1.4 
phpdoc/en/reference/array/functions/sizeof.xml:1.5
--- phpdoc/en/reference/array/functions/sizeof.xml:1.4  Sun May 12 04:19:28 2002
+++ phpdoc/en/reference/array/functions/sizeof.xml      Sun Mar  2 07:27:37 2003
@@ -1,23 +1,15 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.sizeof">
    <refnamediv>
     <refname>sizeof</refname>
-    <refpurpose>Get the number of elements in variable</refpurpose>
+    <refpurpose>Alias of <function>count</function></refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
-     <methodsynopsis>
-      <type>int</type><methodname>sizeof</methodname>
-      <methodparam><type>mixed</type><parameter>var</parameter></methodparam>
-     </methodsynopsis>
     <para>
-     The <function>sizeof</function> function is an
-     <link linkend="aliases">alias</link> for <function>count</function>.
-    </para>
-    <para>
-     See also <function>count</function>.
+     This function is an alias of <function>count</function>.
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to