mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Link directly to mysqli_stmt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205645 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f96d9c9b6d
commit
60c040bd27
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- Purpose: database.vendors -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -222,10 +222,10 @@
|
|||
&reftitle.methods;
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-bind-param'>bind_param</link> - binds variables to a prepared statement</para>
|
||||
<para><link linkend='function.mysqli-stmt-bind-param'>bind_param</link> - binds variables to a prepared statement</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-bind-result'>bind_result</link> - binds variables to a prepared statement for result storage</para>
|
||||
<para><link linkend='function.mysqli-stmt-bind-result'>bind_result</link> - binds variables to a prepared statement for result storage</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-close'>close</link> - closes a prepared statement</para>
|
||||
|
@ -234,10 +234,10 @@
|
|||
<para><link linkend='function.mysqli-stmt-data-seek'>data_seek</link> - seeks to an arbitrary row in a statement result set</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-execute'>execute</link> - executes a prepared statement</para>
|
||||
<para><link linkend='function.mysqli-stmt-execute'>execute</link> - executes a prepared statement</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch'>fetch</link> - fetches result from a prepared statement into bound variables</para>
|
||||
<para><link linkend='function.mysqli-stmt-fetch'>fetch</link> - fetches result from a prepared statement into bound variables</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-free-result'>free_result</link> - frees stored result memory for the given statement handle</para>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<para><link linkend='function.mysqli-stmt-prepare'>prepare</link> - prepares a SQL query</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-send-long-data'>send_long_data</link> - sends data in chunks</para>
|
||||
<para><link linkend='function.mysqli-stmt-send-long-data'>send_long_data</link> - sends data in chunks</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-reset'>reset</link> - resets a prepared statement</para>
|
||||
|
|
Loading…
Reference in a new issue