mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
this just supports 1 query
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227605 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bc9bd08ff7
commit
f57a15e728
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
|
||||
<refentry id="function.mysql-query">
|
||||
<refnamediv>
|
||||
|
@ -15,9 +15,10 @@
|
|||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mysql_query</function> sends a query (to the currently
|
||||
<function>mysql_query</function> sends an unique query (multiple queries
|
||||
are not supported) to the currently
|
||||
active database on the server that's associated with the
|
||||
specified <parameter>link_identifier</parameter>).
|
||||
specified <parameter>link_identifier</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue