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:
Richard Quadling 2010-07-30 10:14:56 +00:00
parent 174a4af91f
commit 1248359f65
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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>