mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
DNS -> DSN (Data Source Name)
Fix bug#52493 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301718 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
174a4af91f
commit
1248359f65
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The database source name for the connection. Alternatively, a
|
||||
DNS-less connection string can be used.
|
||||
DSN-less connection string can be used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -108,7 +108,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>DNS-less connections</title>
|
||||
<title>DSN-less connections</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>int</type><parameter>fetch_type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function will return the list of available DNS (after calling it
|
||||
This function will return the list of available DSN (after calling it
|
||||
several times).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue