nicobn Sun Aug 19 17:48:33 2007 UTC
Modified files:
/phpdoc/en/reference/unicode/functions unicode-encode.xml
Log:
- Added unicode-decode to the SEE ALSO section
- Added the experimental warning in the notes section
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-encode.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/unicode/functions/unicode-encode.xml
diff -u phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.4
phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.5
--- phpdoc/en/reference/unicode/functions/unicode-encode.xml:1.4 Sun Aug
19 05:22:25 2007
+++ phpdoc/en/reference/unicode/functions/unicode-encode.xml Sun Aug 19
17:48:33 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.unicode-encode"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>unicode_encode</refname>
@@ -58,7 +58,7 @@
</para>
</refsect1>
-<refsect1 role="errors">
+ <refsect1 role="errors">
&reftitle.errors;
<para>
Emits a <constant>E_WARNING</constant> level error if a converter cannot
@@ -99,11 +99,17 @@
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ &warn.experimental.func;
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>unicode_semantics</function></member>
+ <member><function>unicode_decode</function></member>
</simplelist>
</para>
</refsect1>