philip Mon Apr 25 12:17:03 2005 EDT
Modified files: /phpdoc/en/reference/array/functions sizeof.xml pos.xml /phpdoc/en/reference/com/functions com-propget.xml com-propput.xml com-propset.xml /phpdoc/en/reference/exif/functions read-exif-data.xml /phpdoc/en/reference/filesystem/functions set-file-buffer.xml diskfreespace.xml fputs.xml is-writeable.xml /phpdoc/en/reference/ftp/functions ftp-quit.xml /phpdoc/en/reference/gmp/functions gmp-div.xml /phpdoc/en/reference/imap/functions imap-header.xml imap-listmailbox.xml imap-listsubscribed.xml imap-scanmailbox.xml /phpdoc/en/reference/info/functions get-required-files.xml ini-alter.xml /phpdoc/en/reference/misc/functions show-source.xml /phpdoc/en/reference/network/functions socket-get-status.xml socket-set-blocking.xml socket-set-timeout.xml /phpdoc/en/reference/objaggregation/functions aggregation-info.xml /phpdoc/en/reference/openssl/functions openssl-get-privatekey.xml openssl-get-publickey.xml /phpdoc/en/reference/recode/functions recode.xml /phpdoc/en/reference/session/functions session-commit.xml /phpdoc/en/reference/sqlite/functions sqlite-fetch-string.xml /phpdoc/en/reference/strings/functions join.xml strchr.xml /phpdoc/en/reference/var/functions is-double.xml is-integer.xml is-long.xml is-real.xml /phpdoc/en/reference/zlib/functions gzputs.xml Log: Implemented the new alias doc style. This alias no longer requires translation as it exclusively uses the language-* files.
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/sizeof.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/array/functions/sizeof.xml diff -u phpdoc/en/reference/array/functions/sizeof.xml:1.5 phpdoc/en/reference/array/functions/sizeof.xml:1.6 --- phpdoc/en/reference/array/functions/sizeof.xml:1.5 Sun Mar 2 07:27:37 2003 +++ phpdoc/en/reference/array/functions/sizeof.xml Mon Apr 25 12:17:00 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 --> - <refentry id="function.sizeof"> - <refnamediv> - <refname>sizeof</refname> - <refpurpose>Alias of <function>count</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>count</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.sizeof"> + <refnamediv> + <refname>sizeof</refname> + <refpurpose>&Alias; <function>count</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>count</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/pos.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/array/functions/pos.xml diff -u phpdoc/en/reference/array/functions/pos.xml:1.5 phpdoc/en/reference/array/functions/pos.xml:1.6 --- phpdoc/en/reference/array/functions/pos.xml:1.5 Tue Feb 3 13:29:13 2004 +++ phpdoc/en/reference/array/functions/pos.xml Mon Apr 25 12:17:00 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 --> - <refentry id="function.pos"> - <refnamediv> - <refname>pos</refname> - <refpurpose>Alias of <function>current</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <simpara> - This function is an alias of <function>current</function>. - </simpara> - </refsect1> - </refentry> +<refentry id="function.pos"> + <refnamediv> + <refname>pos</refname> + <refpurpose>&Alias; <function>current</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>current</function> + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/com-propget.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/com/functions/com-propget.xml diff -u phpdoc/en/reference/com/functions/com-propget.xml:1.4 phpdoc/en/reference/com/functions/com-propget.xml:1.5 --- phpdoc/en/reference/com/functions/com-propget.xml:1.4 Mon May 3 10:55:01 2004 +++ phpdoc/en/reference/com/functions/com-propget.xml Mon Apr 25 12:17:00 2005 @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/com.xml, last change in rev 1.7 --> - <refentry id="function.com-propget"> - <refnamediv> - <refname>com_propget</refname> - <refpurpose>Alias of <function>com_get</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias for <function>com_get</function>. - </para> - &reference.com.use-oo-instead; - </refsect1> - </refentry> +<refentry id="function.com-propget"> + <refnamediv> + <refname>com_propget</refname> + <refpurpose>&Alias; <function>com_get</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>com_get</function>. + </simpara> + &reference.com.use-oo-instead; + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/com-propput.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/com/functions/com-propput.xml diff -u phpdoc/en/reference/com/functions/com-propput.xml:1.4 phpdoc/en/reference/com/functions/com-propput.xml:1.5 --- phpdoc/en/reference/com/functions/com-propput.xml:1.4 Mon May 3 10:55:01 2004 +++ phpdoc/en/reference/com/functions/com-propput.xml Mon Apr 25 12:17:00 2005 @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/com.xml, last change in rev 1.7 --> - <refentry id="function.com-propput"> - <refnamediv> - <refname>com_propput</refname> - <refpurpose>Alias of <function>com_set</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias for <function>com_set</function>. - </para> - &reference.com.use-oo-instead; - </refsect1> - </refentry> +<refentry id="function.com-propput"> + <refnamediv> + <refname>com_propput</refname> + <refpurpose>&Alias; <function>com_set</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>com_set</function>. + </simpara> + &reference.com.use-oo-instead; + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/com-propset.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/com/functions/com-propset.xml diff -u phpdoc/en/reference/com/functions/com-propset.xml:1.4 phpdoc/en/reference/com/functions/com-propset.xml:1.5 --- phpdoc/en/reference/com/functions/com-propset.xml:1.4 Mon May 3 10:55:01 2004 +++ phpdoc/en/reference/com/functions/com-propset.xml Mon Apr 25 12:17:00 2005 @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/com.xml, last change in rev 1.7 --> - <refentry id="function.com-propset"> - <refnamediv> - <refname>com_propset</refname> - <refpurpose>Alias of <function>com_set</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias for <function>com_set</function>. - </para> - &reference.com.use-oo-instead; - </refsect1> - </refentry> +<refentry id="function.com-propset"> + <refnamediv> + <refname>com_propset</refname> + <refpurpose>&Alias; <function>com_set</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>com_set</function>. + </simpara> + &reference.com.use-oo-instead; + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/exif/functions/read-exif-data.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/exif/functions/read-exif-data.xml diff -u phpdoc/en/reference/exif/functions/read-exif-data.xml:1.2 phpdoc/en/reference/exif/functions/read-exif-data.xml:1.3 --- phpdoc/en/reference/exif/functions/read-exif-data.xml:1.2 Wed Aug 18 15:15:45 2004 +++ phpdoc/en/reference/exif/functions/read-exif-data.xml Mon Apr 25 12:17:00 2005 @@ -1,16 +1,18 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/image.xml, last change in rev 1.78 --> <refentry id="function.read-exif-data"> <refnamediv> <refname>read_exif_data</refname> - <refpurpose>Alias of <function>exif_read_data</function></refpurpose> + <refpurpose>&Alias; <function>exif_read_data</function></refpurpose> </refnamediv> - <refsect1> + + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>exif_read_data</function>. - </para> + <simpara> + &info.function.alias; + <function>exif_read_data</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/set-file-buffer.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/filesystem/functions/set-file-buffer.xml diff -u phpdoc/en/reference/filesystem/functions/set-file-buffer.xml:1.5 phpdoc/en/reference/filesystem/functions/set-file-buffer.xml:1.6 --- phpdoc/en/reference/filesystem/functions/set-file-buffer.xml:1.5 Sun Apr 27 15:24:38 2003 +++ phpdoc/en/reference/filesystem/functions/set-file-buffer.xml Mon Apr 25 12:17:01 2005 @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> - <refentry id="function.set-file-buffer"> - <refnamediv> - <refname>set_file_buffer</refname> - <refpurpose>Alias of <function>stream_set_write_buffer</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <simpara> - This function is an alias of - <function>stream_set_write_buffer</function>. - </simpara> - </refsect1> - </refentry> +<refentry id="function.set-file-buffer"> + <refnamediv> + <refname>set_file_buffer</refname> + <refpurpose>&Alias; <function>stream_set_write_buffer</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>stream_set_write_buffer</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/diskfreespace.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/filesystem/functions/diskfreespace.xml diff -u phpdoc/en/reference/filesystem/functions/diskfreespace.xml:1.4 phpdoc/en/reference/filesystem/functions/diskfreespace.xml:1.5 --- phpdoc/en/reference/filesystem/functions/diskfreespace.xml:1.4 Sun Mar 2 23:53:02 2003 +++ phpdoc/en/reference/filesystem/functions/diskfreespace.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> - <refentry id="function.diskfreespace"> - <refnamediv> - <refname>diskfreespace</refname> - <refpurpose>Alias of <function>disk_free_space</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>disk_free_space</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.diskfreespace"> + <refnamediv> + <refname>diskfreespace</refname> + <refpurpose>&Alias; <function>disk_free_space</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>disk_free_space</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fputs.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/filesystem/functions/fputs.xml diff -u phpdoc/en/reference/filesystem/functions/fputs.xml:1.5 phpdoc/en/reference/filesystem/functions/fputs.xml:1.6 --- phpdoc/en/reference/filesystem/functions/fputs.xml:1.5 Sun Mar 2 07:39:00 2003 +++ phpdoc/en/reference/filesystem/functions/fputs.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> - <refentry id="function.fputs"> - <refnamediv> - <refname>fputs</refname> - <refpurpose>Alias of <function>fwrite</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>fwrite</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.fputs"> + <refnamediv> + <refname>fputs</refname> + <refpurpose>&Alias; <function>fwrite</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>fwrite</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-writeable.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/filesystem/functions/is-writeable.xml diff -u phpdoc/en/reference/filesystem/functions/is-writeable.xml:1.3 phpdoc/en/reference/filesystem/functions/is-writeable.xml:1.4 --- phpdoc/en/reference/filesystem/functions/is-writeable.xml:1.3 Sun Mar 2 07:39:01 2003 +++ phpdoc/en/reference/filesystem/functions/is-writeable.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.55 --> - <refentry id="function.is-writeable"> - <refnamediv> - <refname>is_writeable</refname> - <refpurpose>Alias of <function>is_writable</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>is_writable</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.is-writeable"> + <refnamediv> + <refname>is_writeable</refname> + <refpurpose>&Alias; <function>is_writable</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>is_writable</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-quit.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/ftp/functions/ftp-quit.xml diff -u phpdoc/en/reference/ftp/functions/ftp-quit.xml:1.4 phpdoc/en/reference/ftp/functions/ftp-quit.xml:1.5 --- phpdoc/en/reference/ftp/functions/ftp-quit.xml:1.4 Sun Jan 16 00:09:23 2005 +++ phpdoc/en/reference/ftp/functions/ftp-quit.xml Mon Apr 25 12:17:01 2005 @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.ftp-quit"> <refnamediv> <refname>ftp_quit</refname> - <refpurpose>Alias of <function>ftp_close</function></refpurpose> + <refpurpose>&Alias; <function>ftp_close</function></refpurpose> </refnamediv> + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>ftp_close</function>. - </para> + <simpara> + &info.function.alias; + <function>ftp_close</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-div.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/gmp/functions/gmp-div.xml diff -u phpdoc/en/reference/gmp/functions/gmp-div.xml:1.3 phpdoc/en/reference/gmp/functions/gmp-div.xml:1.4 --- phpdoc/en/reference/gmp/functions/gmp-div.xml:1.3 Sun Mar 2 07:40:48 2003 +++ phpdoc/en/reference/gmp/functions/gmp-div.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 --> - <refentry id="function.gmp-div"> - <refnamediv> - <refname>gmp_div</refname> - <refpurpose>Alias of <function>gmp_div_q</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>gmp_div_q</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.gmp-div"> + <refnamediv> + <refname>gmp_div</refname> + <refpurpose>&Alias; <function>gmp_div_q</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>gmp_div_q</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-header.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/imap/functions/imap-header.xml diff -u phpdoc/en/reference/imap/functions/imap-header.xml:1.4 phpdoc/en/reference/imap/functions/imap-header.xml:1.5 --- phpdoc/en/reference/imap/functions/imap-header.xml:1.4 Sun Mar 2 06:32:23 2003 +++ phpdoc/en/reference/imap/functions/imap-header.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 --> - <refentry id="function.imap-header"> - <refnamediv> - <refname>imap_header</refname> - <refpurpose>Alias of <function>imap_headerinfo</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>imap_headerinfo</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.imap-header"> + <refnamediv> + <refname>imap_header</refname> + <refpurpose>&Alias; <function>imap_headerinfo</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>imap_headerinfo</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-listmailbox.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/imap/functions/imap-listmailbox.xml diff -u phpdoc/en/reference/imap/functions/imap-listmailbox.xml:1.4 phpdoc/en/reference/imap/functions/imap-listmailbox.xml:1.5 --- phpdoc/en/reference/imap/functions/imap-listmailbox.xml:1.4 Sun Mar 2 07:47:45 2003 +++ phpdoc/en/reference/imap/functions/imap-listmailbox.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 --> - <refentry id="function.imap-listmailbox"> - <refnamediv> - <refname>imap_listmailbox</refname> - <refpurpose>Alias of <function>imap_list</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>imap_list</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.imap-listmailbox"> + <refnamediv> + <refname>imap_listmailbox</refname> + <refpurpose>&Alias; <function>imap_list</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>imap_list</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-listsubscribed.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/imap/functions/imap-listsubscribed.xml diff -u phpdoc/en/reference/imap/functions/imap-listsubscribed.xml:1.4 phpdoc/en/reference/imap/functions/imap-listsubscribed.xml:1.5 --- phpdoc/en/reference/imap/functions/imap-listsubscribed.xml:1.4 Sun Mar 2 07:47:45 2003 +++ phpdoc/en/reference/imap/functions/imap-listsubscribed.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 --> - <refentry id="function.imap-listsubscribed"> - <refnamediv> - <refname>imap_listsubscribed</refname> - <refpurpose>Alias of <function>imap_lsub</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>imap_lsub</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.imap-listsubscribed"> + <refnamediv> + <refname>imap_listsubscribed</refname> + <refpurpose>&Alias; <function>imap_lsub</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>imap_lsub</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-scanmailbox.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/imap/functions/imap-scanmailbox.xml diff -u phpdoc/en/reference/imap/functions/imap-scanmailbox.xml:1.4 phpdoc/en/reference/imap/functions/imap-scanmailbox.xml:1.5 --- phpdoc/en/reference/imap/functions/imap-scanmailbox.xml:1.4 Sun Mar 2 07:47:45 2003 +++ phpdoc/en/reference/imap/functions/imap-scanmailbox.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 --> - <refentry id="function.imap-scanmailbox"> - <refnamediv> - <refname>imap_scanmailbox</refname> - <refpurpose>Alias of <function>imap_listscan</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>imap_listscan</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.imap-scanmailbox"> + <refnamediv> + <refname>imap_scanmailbox</refname> + <refpurpose>&Alias; <function>imap_listscan</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>imap_listscan</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/get-required-files.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/info/functions/get-required-files.xml diff -u phpdoc/en/reference/info/functions/get-required-files.xml:1.6 phpdoc/en/reference/info/functions/get-required-files.xml:1.7 --- phpdoc/en/reference/info/functions/get-required-files.xml:1.6 Thu Dec 18 06:47:08 2003 +++ phpdoc/en/reference/info/functions/get-required-files.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 --> - <refentry id="function.get-required-files"> - <refnamediv> - <refname>get_required_files</refname> - <refpurpose>Alias of <function>get_included_files</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>get_included_files</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.get-required-files"> + <refnamediv> + <refname>get_required_files</refname> + <refpurpose>&Alias; <function>get_included_files</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>get_included_files</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-alter.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/info/functions/ini-alter.xml diff -u phpdoc/en/reference/info/functions/ini-alter.xml:1.6 phpdoc/en/reference/info/functions/ini-alter.xml:1.7 --- phpdoc/en/reference/info/functions/ini-alter.xml:1.6 Thu Dec 18 06:47:08 2003 +++ phpdoc/en/reference/info/functions/ini-alter.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.23 --> - <refentry id="function.ini-alter"> - <refnamediv> - <refname>ini_alter</refname> - <refpurpose>Alias of <function>ini_set</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>ini_set</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.ini-alter"> + <refnamediv> + <refname>ini_alter</refname> + <refpurpose>&Alias; <function>ini_set</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>ini_set</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/show-source.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/misc/functions/show-source.xml diff -u phpdoc/en/reference/misc/functions/show-source.xml:1.5 phpdoc/en/reference/misc/functions/show-source.xml:1.6 --- phpdoc/en/reference/misc/functions/show-source.xml:1.5 Sun Mar 2 07:53:34 2003 +++ phpdoc/en/reference/misc/functions/show-source.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/misc.xml, last change in rev 1.24 --> - <refentry id="function.show-source"> - <refnamediv> - <refname>show_source</refname> - <refpurpose>Alias of <function>highlight_file</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>highlight_file</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.show-source"> + <refnamediv> + <refname>show_source</refname> + <refpurpose>&Alias; <function>highlight_file</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>highlight_file</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/socket-get-status.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/network/functions/socket-get-status.xml diff -u phpdoc/en/reference/network/functions/socket-get-status.xml:1.5 phpdoc/en/reference/network/functions/socket-get-status.xml:1.6 --- phpdoc/en/reference/network/functions/socket-get-status.xml:1.5 Tue Mar 2 07:50:21 2004 +++ phpdoc/en/reference/network/functions/socket-get-status.xml Mon Apr 25 12:17:01 2005 @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.24 --> - <refentry id="function.socket-get-status"> - <refnamediv> - <refname>socket_get_status</refname> - <refpurpose> - Alias of <function>stream_get_meta_data</function> - </refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>stream_get_meta_data</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.socket-get-status"> + <refnamediv> + <refname>socket_get_status</refname> + <refpurpose>&Alias; <function>stream_get_meta_data</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>stream_get_meta_data</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/socket-set-blocking.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/network/functions/socket-set-blocking.xml diff -u phpdoc/en/reference/network/functions/socket-set-blocking.xml:1.5 phpdoc/en/reference/network/functions/socket-set-blocking.xml:1.6 --- phpdoc/en/reference/network/functions/socket-set-blocking.xml:1.5 Tue Mar 2 07:50:21 2004 +++ phpdoc/en/reference/network/functions/socket-set-blocking.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 --> - <refentry id="function.socket-set-blocking"> - <refnamediv> - <refname>socket_set_blocking</refname> - <refpurpose>Alias of <function>stream_set_blocking</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias for <function>stream_set_blocking</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.socket-set-blocking"> + <refnamediv> + <refname>socket_set_blocking</refname> + <refpurpose>&Alias; <function>stream_set_blocking</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>stream_set_blocking</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/socket-set-timeout.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/network/functions/socket-set-timeout.xml diff -u phpdoc/en/reference/network/functions/socket-set-timeout.xml:1.7 phpdoc/en/reference/network/functions/socket-set-timeout.xml:1.8 --- phpdoc/en/reference/network/functions/socket-set-timeout.xml:1.7 Tue Mar 2 07:50:21 2004 +++ phpdoc/en/reference/network/functions/socket-set-timeout.xml Mon Apr 25 12:17:01 2005 @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.18 --> - <refentry id="function.socket-set-timeout"> - <refnamediv> - <refname>socket_set_timeout</refname> - <refpurpose>Alias of <function>stream_set_timeout</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - <function>socket_set_timeout</function> is an alias - for <function>stream_set_timeout</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.socket-set-timeout"> + <refnamediv> + <refname>socket_set_timeout</refname> + <refpurpose>&Alias; <function>stream_set_timeout</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>stream_set_timeout</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/objaggregation/functions/aggregation-info.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/objaggregation/functions/aggregation-info.xml diff -u phpdoc/en/reference/objaggregation/functions/aggregation-info.xml:1.5 phpdoc/en/reference/objaggregation/functions/aggregation-info.xml:1.6 --- phpdoc/en/reference/objaggregation/functions/aggregation-info.xml:1.5 Tue Mar 2 07:50:14 2004 +++ phpdoc/en/reference/objaggregation/functions/aggregation-info.xml Mon Apr 25 12:17:01 2005 @@ -1,17 +1,19 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> - <refentry id="function.aggregation-info"> - <refnamediv> - <refname>aggregation_info</refname> - <refpurpose>Alias of <function>aggregate_info</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>aggregate_info</function>. - </para> - </refsect1> - </refentry> +<!-- $Revision: 1.6 $ --> +<refentry id="function.aggregation-info"> + <refnamediv> + <refname>aggregation_info</refname> + <refpurpose>&Alias; <function>aggregate_info</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>aggregate_info</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-get-privatekey.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/openssl/functions/openssl-get-privatekey.xml diff -u phpdoc/en/reference/openssl/functions/openssl-get-privatekey.xml:1.3 phpdoc/en/reference/openssl/functions/openssl-get-privatekey.xml:1.4 --- phpdoc/en/reference/openssl/functions/openssl-get-privatekey.xml:1.3 Tue Dec 10 14:13:48 2002 +++ phpdoc/en/reference/openssl/functions/openssl-get-privatekey.xml Mon Apr 25 12:17:01 2005 @@ -1,23 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/openssl.xml, last change in rev 1.1 --> - <refentry id="function.openssl-get-privatekey"> - <refnamediv> - <refname>openssl_get_privatekey</refname> - <refpurpose>Get a private key</refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <methodsynopsis> - <type>resource</type><methodname>openssl_get_privatekey</methodname> - <methodparam><type>mixed</type><parameter>key</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>passphrase</parameter></methodparam> - </methodsynopsis> - <para> - This is an alias for <function>openssl_pkey_get_private</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.openssl-get-privatekey"> + <refnamediv> + <refname>openssl_get_privatekey</refname> + <refpurpose>&Alias; <function>openssl_pkey_get_private</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>openssl_pkey_get_private</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-get-publickey.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/openssl/functions/openssl-get-publickey.xml diff -u phpdoc/en/reference/openssl/functions/openssl-get-publickey.xml:1.3 phpdoc/en/reference/openssl/functions/openssl-get-publickey.xml:1.4 --- phpdoc/en/reference/openssl/functions/openssl-get-publickey.xml:1.3 Tue Dec 10 14:13:48 2002 +++ phpdoc/en/reference/openssl/functions/openssl-get-publickey.xml Mon Apr 25 12:17:01 2005 @@ -1,22 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/openssl.xml, last change in rev 1.1 --> - <refentry id="function.openssl-get-publickey"> - <refnamediv> - <refname>openssl_get_publickey</refname> - <refpurpose>Extract public key from certificate and prepare it for use</refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <methodsynopsis> - <type>resource</type><methodname>openssl_get_publickey</methodname> - <methodparam><type>mixed</type><parameter>certificate</parameter></methodparam> - </methodsynopsis> - <para> - This is an alias for <function>openssl_pkey_get_public</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.openssl-get-publickey"> + <refnamediv> + <refname>openssl_get_publickey</refname> + <refpurpose>&Alias; <function>openssl_pkey_get_public</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>openssl_pkey_get_public</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/recode/functions/recode.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/recode/functions/recode.xml diff -u phpdoc/en/reference/recode/functions/recode.xml:1.4 phpdoc/en/reference/recode/functions/recode.xml:1.5 --- phpdoc/en/reference/recode/functions/recode.xml:1.4 Tue Mar 2 07:50:20 2004 +++ phpdoc/en/reference/recode/functions/recode.xml Mon Apr 25 12:17:01 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/recode.xml, last change in rev 1.3 --> - <refentry id="function.recode"> - <refnamediv> - <refname>recode</refname> - <refpurpose>Alias of <function>recode_string</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>recode_string</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.recode"> + <refnamediv> + <refname>recode</refname> + <refpurpose>&Alias; <function>recode_string</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>recode_string</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-commit.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/session/functions/session-commit.xml diff -u phpdoc/en/reference/session/functions/session-commit.xml:1.2 phpdoc/en/reference/session/functions/session-commit.xml:1.3 --- phpdoc/en/reference/session/functions/session-commit.xml:1.2 Wed Feb 4 05:06:57 2004 +++ phpdoc/en/reference/session/functions/session-commit.xml Mon Apr 25 12:17:02 2005 @@ -1,17 +1,19 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> - <refentry id="function.session-commit"> - <refnamediv> - <refname>session_commit</refname> - <refpurpose>Alias of <function>session_write_close</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <simpara> - This function is an alias of <function>session_write_close</function>. - </simpara> - </refsect1> - </refentry> +<!-- $Revision: 1.3 $ --> +<refentry id="function.session-commit"> + <refnamediv> + <refname>session_commit</refname> + <refpurpose>&Alias; <function>session_write_close</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>session_write_close</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-fetch-string.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/sqlite/functions/sqlite-fetch-string.xml diff -u phpdoc/en/reference/sqlite/functions/sqlite-fetch-string.xml:1.5 phpdoc/en/reference/sqlite/functions/sqlite-fetch-string.xml:1.6 --- phpdoc/en/reference/sqlite/functions/sqlite-fetch-string.xml:1.5 Sun Feb 20 19:31:07 2005 +++ phpdoc/en/reference/sqlite/functions/sqlite-fetch-string.xml Mon Apr 25 12:17:02 2005 @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.sqlite-fetch-string"> <refnamediv> <refname>sqlite_fetch_string</refname> - <refpurpose>Alias of <function>sqlite_fetch_single</function></refpurpose> + <refpurpose>&Alias; <function>sqlite_fetch_single</function></refpurpose> </refnamediv> <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>sqlite_fetch_single</function>. - </para> + <simpara> + &info.function.alias; + <function>sqlite_fetch_single</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/join.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/strings/functions/join.xml diff -u phpdoc/en/reference/strings/functions/join.xml:1.4 phpdoc/en/reference/strings/functions/join.xml:1.5 --- phpdoc/en/reference/strings/functions/join.xml:1.4 Tue Mar 2 07:50:18 2004 +++ phpdoc/en/reference/strings/functions/join.xml Mon Apr 25 12:17:02 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> - <refentry id="function.join"> - <refnamediv> - <refname>join</refname> - <refpurpose>Alias of <function>implode</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>implode</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.join"> + <refnamediv> + <refname>join</refname> + <refpurpose>&Alias; <function>implode</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>implode</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strchr.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/strings/functions/strchr.xml diff -u phpdoc/en/reference/strings/functions/strchr.xml:1.4 phpdoc/en/reference/strings/functions/strchr.xml:1.5 --- phpdoc/en/reference/strings/functions/strchr.xml:1.4 Tue Mar 2 07:50:18 2004 +++ phpdoc/en/reference/strings/functions/strchr.xml Mon Apr 25 12:17:02 2005 @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> - <refentry id="function.strchr"> - <refnamediv> - <refname>strchr</refname> - <refpurpose>Alias of <function>strstr</function></refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <para> - This function is an alias of <function>strstr</function>. - </para> - </refsect1> - </refentry> +<refentry id="function.strchr"> + <refnamediv> + <refname>strchr</refname> + <refpurpose>&Alias; <function>strstr</function></refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <simpara> + &info.function.alias; + <function>strstr</function>. + </simpara> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-double.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/var/functions/is-double.xml diff -u phpdoc/en/reference/var/functions/is-double.xml:1.3 phpdoc/en/reference/var/functions/is-double.xml:1.4 --- phpdoc/en/reference/var/functions/is-double.xml:1.3 Thu Jan 13 21:29:17 2005 +++ phpdoc/en/reference/var/functions/is-double.xml Mon Apr 25 12:17:02 2005 @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.is-double"> <refnamediv> <refname>is_double</refname> - <refpurpose>Alias of <function>is_float</function></refpurpose> + <refpurpose>&Alias; <function>is_float</function></refpurpose> </refnamediv> + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>is_float</function>. - </para> + <simpara> + &info.function.alias; + <function>is_float</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-integer.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/var/functions/is-integer.xml diff -u phpdoc/en/reference/var/functions/is-integer.xml:1.3 phpdoc/en/reference/var/functions/is-integer.xml:1.4 --- phpdoc/en/reference/var/functions/is-integer.xml:1.3 Thu Jan 13 21:29:17 2005 +++ phpdoc/en/reference/var/functions/is-integer.xml Mon Apr 25 12:17:02 2005 @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.is-integer"> <refnamediv> <refname>is_integer</refname> - <refpurpose>Alias of <function>is_int</function></refpurpose> + <refpurpose>&Alias; <function>is_int</function></refpurpose> </refnamediv> + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>is_int</function>. - </para> + <simpara> + &info.function.alias; + <function>is_int</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-long.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/var/functions/is-long.xml diff -u phpdoc/en/reference/var/functions/is-long.xml:1.3 phpdoc/en/reference/var/functions/is-long.xml:1.4 --- phpdoc/en/reference/var/functions/is-long.xml:1.3 Thu Jan 13 21:29:17 2005 +++ phpdoc/en/reference/var/functions/is-long.xml Mon Apr 25 12:17:02 2005 @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.is-long"> <refnamediv> <refname>is_long</refname> - <refpurpose>Alias of <function>is_int</function></refpurpose> + <refpurpose>&Alias; <function>is_int</function></refpurpose> </refnamediv> + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>is_int</function>. - </para> + <simpara> + &info.function.alias; + <function>is_int</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-real.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/var/functions/is-real.xml diff -u phpdoc/en/reference/var/functions/is-real.xml:1.3 phpdoc/en/reference/var/functions/is-real.xml:1.4 --- phpdoc/en/reference/var/functions/is-real.xml:1.3 Thu Jan 13 21:29:17 2005 +++ phpdoc/en/reference/var/functions/is-real.xml Mon Apr 25 12:17:02 2005 @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.is-real"> <refnamediv> <refname>is_real</refname> - <refpurpose>Alias of <function>is_float</function></refpurpose> + <refpurpose>&Alias; <function>is_float</function></refpurpose> </refnamediv> + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>is_float</function>. - </para> + <simpara> + &info.function.alias; + <function>is_float</function>. + </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzputs.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/zlib/functions/gzputs.xml diff -u phpdoc/en/reference/zlib/functions/gzputs.xml:1.6 phpdoc/en/reference/zlib/functions/gzputs.xml:1.7 --- phpdoc/en/reference/zlib/functions/gzputs.xml:1.6 Thu Jan 13 20:15:52 2005 +++ phpdoc/en/reference/zlib/functions/gzputs.xml Mon Apr 25 12:17:02 2005 @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.gzputs"> <refnamediv> <refname>gzputs</refname> - <refpurpose>Alias of <function>gzwrite</function></refpurpose> + <refpurpose>&Alias; <function>gzwrite</function></refpurpose> </refnamediv> + <refsect1 role="description"> &reftitle.description; - <para> - This function is an alias of <function>gzwrite</function>. - </para> + <simpara> + &info.function.alias; + <function>gzwrite</function>. + </simpara> </refsect1> </refentry>