- Added link to list of charsets that MySQL supports

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257858 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2008-04-18 22:13:58 +00:00
parent 916384321d
commit a79d200236
2 changed files with 14 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-set-charset">
<!-- $Revision: 1.3 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-set-charset" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mysql_set_charset</refname>
<refpurpose>Sets the client character set</refpurpose>
@ -50,7 +50,16 @@
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><link xlink:href="&url.mysql.charsets;">List of character sets that MySQL supports</link></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="mysqli.set-charset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mysqli::set_charset</refname>
@ -126,6 +126,7 @@ Current character set: utf8
<simplelist>
<member><function>mysqli_character_set_name</function></member>
<member><function>mysqli_real_escape_string</function></member>
<member><link xlink:href="&url.mysql.charsets;">List of character sets that MySQL supports</link></member>
</simplelist>
</para>
</refsect1>