mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- fixing #15278. Leaving original section in but commented out, in case
- the function will be adjusted to the docs one time. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85677 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
523044f31b
commit
08564d499b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ifx-query">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>ifx_query</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>cursor_type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>
|
||||
blobidarray
|
||||
|
@ -29,10 +29,10 @@
|
|||
<para>
|
||||
<function>ifx_query</function> sends a query to the currently
|
||||
active database on the server that's associated with the
|
||||
specified link identifier. If the link identifier isn't
|
||||
specified link identifier. <!-- If the link identifier isn't
|
||||
specified, the last opened link is assumed. If no link is open,
|
||||
the function tries to establish a link as if
|
||||
<function>ifx_connect</function> was called, and use it.
|
||||
<function>ifx_connect</function> was called, and use it. -->
|
||||
</para>
|
||||
<para>
|
||||
Executes <parameter>query</parameter> on connection
|
||||
|
|
Loading…
Reference in a new issue