didou Sun Jan 28 01:27:31 2007 UTC
Added files:
/phpdoc/en/reference/info/functions php-egg-logo-guid.xml
/phpdoc/en/reference/zlib/functions gzdecode.xml
/phpdoc/en/reference/mbstring/functions
mb-list-encodings-alias-names.xml
mb-list-mime-names.xml
Modified files:
/phpdoc/en/reference/info/functions zend-logo-guid.xml
/phpdoc/en/reference/zlib/functions gzencode.xml
Log:
Add missing functions
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/zend-logo-guid.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/info/functions/zend-logo-guid.xml
diff -u phpdoc/en/reference/info/functions/zend-logo-guid.xml:1.7
phpdoc/en/reference/info/functions/zend-logo-guid.xml:1.8
--- phpdoc/en/reference/info/functions/zend-logo-guid.xml:1.7 Thu May 12
16:35:27 2005
+++ phpdoc/en/reference/info/functions/zend-logo-guid.xml Sun Jan 28
01:27:31 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.39 -->
<refentry id="function.zend-logo-guid">
<refnamediv>
@@ -32,7 +32,8 @@
</example>
</para>
<para>
- See also <function>php_logo_guid</function>.
+ See also <function>php_logo_guid</function>,
+ <function>php_egg_logo_guid</function>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zlib/functions/gzencode.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/zlib/functions/gzencode.xml
diff -u phpdoc/en/reference/zlib/functions/gzencode.xml:1.7
phpdoc/en/reference/zlib/functions/gzencode.xml:1.8
--- phpdoc/en/reference/zlib/functions/gzencode.xml:1.7 Mon Feb 14 04:13:17 2005
+++ phpdoc/en/reference/zlib/functions/gzencode.xml Sun Jan 28 01:27:31 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.gzencode">
<refnamediv>
<refname>gzencode</refname>
@@ -119,6 +119,7 @@
&reftitle.seealso;
<para>
<simplelist>
+ <member><function>gzdecode</function></member>
<member><function>gzdeflate</function></member>
<member><function>gzinflate</function></member>
<member><function>gzuncompress</function></member>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/php-egg-logo-guid.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/info/functions/php-egg-logo-guid.xml
+++ phpdoc/en/reference/info/functions/php-egg-logo-guid.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.php-egg-logo-guid">
<refnamediv>
<refname>php_egg_logo_guid</refname>
<refpurpose>Gets the egg logo guid</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>php_egg_logo_guid</methodname>
<void/>
</methodsynopsis>
<para>
Returns the ID which can be used to display the PHP egg logo using the
built-in image.
</para>
<para>
Logo is displayed only if <link linkend="ini.expose-php">expose_php</link>
is On.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the ID of the egg logo.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>php_egg_logo_guid</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
echo '<img src="' . $_SERVER['PHP_SELF'] .
'?=' . php_egg_logo_guid() . '" alt="PHP Logo !" />';
?>
]]>
</programlisting>
</example>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>php_logo_guid</function></member>
<member><function>zend_logo_guid</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zlib/functions/gzdecode.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/zlib/functions/gzdecode.xml
+++ phpdoc/en/reference/zlib/functions/gzdecode.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.gzdecode">
<refnamediv>
<refname>gzdecode</refname>
<refpurpose>Decodes a gzip compressed string</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>gzdecode</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
This function returns a decoded version of the input
<parameter>data</parameter>.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>data</parameter></term>
<listitem>
<para>
The data to decode, encoded by <function>gzencode</function>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>length</parameter></term>
<listitem>
<para>
The maximum length of data to decode.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The decoded string, or &false; if an error occurred.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>gzencode</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mbstring/functions/mb-list-encodings-alias-names.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/mbstring/functions/mb-list-encodings-alias-names.xml
+++ phpdoc/en/reference/mbstring/functions/mb-list-encodings-alias-names.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.mb-list-encodings-alias-names">
<refnamediv>
<refname>mb_list_encodings_alias_names</refname>
<refpurpose>Returns an array of all supported alias encodings</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>mb_list_encodings_alias_names</methodname>
<methodparam
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mbstring/functions/mb-list-mime-names.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/mbstring/functions/mb-list-mime-names.xml
+++ phpdoc/en/reference/mbstring/functions/mb-list-mime-names.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.mb-list-mime-names">
<refnamediv>
<refname>mb_list_mime_names</refname>
<refpurpose>Returns an array or string of all supported mime
names</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>mb_list_mime_names</methodname>
<methodparam
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->