mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Alphabetically sort
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205999 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a80b8d8443
commit
cb2f597ec1
1 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- Purpose: database.vendors -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -153,10 +153,10 @@
|
|||
<para><link linkend='function.mysqli-store-result'>store_result</link> - transfers a resultset from last query</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-use-result'>use_result</link> - transfers an unbuffered resultset from last query</para>
|
||||
<para><link linkend='function.mysqli-thread-safe'>thread_safe</link> - returns whether thread safety is given or not</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-thread-safe'>thread_safe</link> - returns whether thread safety is given or not</para>
|
||||
<para><link linkend='function.mysqli-use-result'>use_result</link> - transfers an unbuffered resultset from last query</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
@ -242,17 +242,17 @@
|
|||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-free-result'>free_result</link> - frees stored result memory for the given statement handle</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-result-metadata'>result_metadata</link> - retrieves a resultset from a prepared statement for metadata information</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-prepare'>prepare</link> - prepares a SQL query</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-send-long-data'>send_long_data</link> - sends data in chunks</para>
|
||||
<para><link linkend='function.mysqli-stmt-reset'>reset</link> - resets a prepared statement</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-stmt-reset'>reset</link> - resets a prepared statement</para>
|
||||
<para><link linkend='function.mysqli-stmt-result-metadata'>result_metadata</link> - retrieves a resultset from a prepared statement for metadata information</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<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-store-result'>store_result</link> - buffers complete resultset from a prepared statement</para>
|
||||
|
@ -307,6 +307,12 @@
|
|||
<listitem>
|
||||
<para><link linkend='function.mysqli-data-seek'>data_seek</link> - moves internal result pointer</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-array'>fetch_array</link> - fetches a result row as an associative array, a numeric array, or both.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-assoc'>fetch_assoc</link> - fetches a result row as an associative array</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-field'>fetch_field</link> - gets column information from a resultset</para>
|
||||
</listitem>
|
||||
|
@ -316,12 +322,6 @@
|
|||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-field-direct'>fetch_field_direct</link> - gets column information for specified column</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-array'>fetch_array</link> - fetches a result row as an associative array, a numeric array, or both.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-assoc'>fetch_assoc</link> - fetches a result row as an associative array</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-fetch-object'>fetch_object</link> - fetches a result row as an object</para>
|
||||
</listitem>
|
||||
|
@ -329,10 +329,10 @@
|
|||
<para><link linkend='function.mysqli-fetch-row'>fetch_row</link> - gets a result row as an enumerated array</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-free-result'>close</link> - frees result memory</para>
|
||||
<para><link linkend='function.mysqli-field-seek'>field_seek</link> - set result pointer to a specified field offset</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.mysqli-field-seek'>field_seek</link> - set result pointer to a specified field offset</para>
|
||||
<para><link linkend='function.mysqli-free-result'>free_result</link> - frees result memory</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue