mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed a slip of the keys :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95451 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c09bb1e27c
commit
0306a82335
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
instead -->
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<reference id="ref.msql">
|
||||
<title>mSQL functions</title>
|
||||
<titleabbrev>mSQL</titleabbrev>
|
||||
|
@ -33,13 +33,13 @@
|
|||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsi
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>msql</methodname>
|
||||
<methodparam><type>string</type><parameter>database</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para> xs
|
||||
<para>
|
||||
Returns a positive mSQL query identifier to the query result, or
|
||||
&false; on error.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue