- Added unicode-decode to the SEE ALSO section

- Added the experimental warning in the notes section


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241592 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nick Berard 2007-08-19 17:48:33 +00:00
parent da7d0f4266
commit 4cd411ec9b

View file

@ -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 @@ The length of the string: 2
</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>