kennyt Tue Feb 3 13:29:14 2004 EDT
Modified files: /phpdoc/en/reference/array/functions pos.xml Log: Use proper alias structure http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/pos.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/array/functions/pos.xml diff -u phpdoc/en/reference/array/functions/pos.xml:1.4 phpdoc/en/reference/array/functions/pos.xml:1.5 --- phpdoc/en/reference/array/functions/pos.xml:1.4 Sun May 12 04:19:28 2002 +++ phpdoc/en/reference/array/functions/pos.xml Tue Feb 3 13:29:13 2004 @@ -1,26 +1,16 @@ <?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.pos"> <refnamediv> <refname>pos</refname> - <refpurpose>Get the current element from an array</refpurpose> + <refpurpose>Alias of <function>current</function></refpurpose> </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>mixed</type><methodname>pos</methodname> - <methodparam><type>array</type><parameter>array</parameter></methodparam> - </methodsynopsis> <simpara> - This is an <link linkend="aliases">alias</link> - for <function>current</function>. + This function is an alias of <function>current</function>. </simpara> - <para> - See also - <function>end</function>, <function>next</function>, - <function>prev</function>, and <function>reset</function>. - </para> </refsect1> </refentry>