mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
See also: seemed useful here.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102025 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
701d0e1f97
commit
0613185067
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.dbx-escape-string">
|
||||
<refnamediv>
|
||||
<refname>dbx_escape_string</refname>
|
||||
|
@ -37,6 +37,9 @@ dbx_close ($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
See also: <function>dbx_query</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.dbx-query">
|
||||
<refnamediv>
|
||||
|
@ -274,7 +274,7 @@ echo "</table>\n";
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also: <function>dbx_connect</function>.
|
||||
See also: <function>dbx_escape_string</function> and <function>dbx_connect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue