mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- name of pg_set_client_enc and pg_client_enc changed again.
This one fixes it git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bb41d995dd
commit
2a7b5373a9
1 changed files with 6 additions and 6 deletions
|
@ -1213,7 +1213,7 @@ for ($i=0; $i<$num; $i++) {
|
|||
|
||||
<refentry id="function.pg-set-client-enc">
|
||||
<refnamediv>
|
||||
<refname>pg_set_client_enc</refname>
|
||||
<refname>pg_set_client_encodingoding</refname>
|
||||
<refpurpose>
|
||||
Set the client encoding
|
||||
</refpurpose>
|
||||
|
@ -1222,7 +1222,7 @@ for ($i=0; $i<$num; $i++) {
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>pg_set_client_enc</function></funcdef>
|
||||
<funcdef>int <function>pg_set_client_encoding</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>connection</optional></parameter>
|
||||
</paramdef>
|
||||
|
@ -1251,14 +1251,14 @@ for ($i=0; $i<$num; $i++) {
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>pg_client_enc</function>.
|
||||
See also <function>pg_client_encoding</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.pg-client-enc">
|
||||
<refnamediv>
|
||||
<refname>pg_client_enc</refname>
|
||||
<refname>pg_client_encoding</refname>
|
||||
<refpurpose>
|
||||
Get the client encoding
|
||||
</refpurpose>
|
||||
|
@ -1267,7 +1267,7 @@ for ($i=0; $i<$num; $i++) {
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>pg_client_enc</function></funcdef>
|
||||
<funcdef>string <function>pg_client_encoding</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>connection</optional></parameter>
|
||||
</paramdef>
|
||||
|
@ -1291,7 +1291,7 @@ for ($i=0; $i<$num; $i++) {
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>pg_set_client_enc</function>.
|
||||
See also <function>pg_set_client_encoding</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue