cvs: phpdoc-nl /reference/mysql/functions mysql-client-encoding.xml

[email protected] ("Jakub Vrana")
Newsgroups php.doc.nl
Message-ID <cvsvrana1092904253@cvsserver>
vrana		Thu Aug 19 04:30:53 2004 EDT

  Modified files:              
    /phpdoc-nl/reference/mysql/functions	mysql-client-encoding.xml 
  Log:
  mysql_character_set_name -> mysql_client_encoding
  # File function.mysql-character-set-name was in English downloadable manual
  
http://cvs.php.net/diff.php/phpdoc-nl/reference/mysql/functions/mysql-client-encoding.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-nl/reference/mysql/functions/mysql-client-encoding.xml
diff -u phpdoc-nl/reference/mysql/functions/mysql-client-encoding.xml:1.1 phpdoc-nl/reference/mysql/functions/mysql-client-encoding.xml:1.2
--- phpdoc-nl/reference/mysql/functions/mysql-client-encoding.xml:1.1	Thu Jan  9 07:55:57 2003
+++ phpdoc-nl/reference/mysql/functions/mysql-client-encoding.xml	Thu Aug 19 04:30:49 2004
@@ -1,29 +1,29 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready -->
-  <refentry id="function.mysql-character-set-name">
+  <refentry id="function.mysql-client-encoding">
    <refnamediv>
-    <refname>mysql_character_set_name</refname>
+    <refname>mysql_client_encoding</refname>
     <refpurpose>Geeft de naam van de character set terug</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Beschrijving</title>
     <methodsynopsis>
-     <type>int</type><methodname>mysql_character_set_name</methodname>
+     <type>int</type><methodname>mysql_client_encoding</methodname>
      <methodparam choice="opt"><type>resource</type>
      <parameter>link_identifier</parameter></methodparam>
     </methodsynopsis>
     <para>
-     <function>mysql_character_set_name</function> geeft de default
+     <function>mysql_client_encoding</function> geeft de default
      character set naam terug voor de huidige connectie.
     </para>
      <example>
-      <title><function>mysql_character_set_name</function>
+      <title><function>mysql_client_encoding</function>
       voorbeeld</title>
       <programlisting role="php">
 <![CDATA[
 <?php
 $link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
-$charset = mysql_character_set_name($link);
+$charset = mysql_client_encoding($link);
 printf ("Huidige character set is %s\n", $charset);
 ?>
 ]]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.