mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Split up the configure,ini, and constants documentation into separate files
instead of just being in reference.xml. Removed the 'value' column from the constants table, documented the mysqli configuration directives, added installation documentation.. oh.. and fixed some minor select-db stuff. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128603 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5c496444b2
commit
e9af5114d9
5 changed files with 760 additions and 572 deletions
39
reference/mysqli/configure.xml
Normal file
39
reference/mysqli/configure.xml
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section id="mysqli.installation">
|
||||
&reftitle.install;
|
||||
<para id="mysqli.configure">
|
||||
To install the mysqli extension for <literal>PHP</literal> use the
|
||||
<option role="configure"> --with-mysqli[=mysql_config path]</option> configuration
|
||||
option (where <literal>mysql_config</literal> represents the location of the
|
||||
<literal>mysql_config</literal> program which comes with MySQL 4.1) and disable
|
||||
the standard mysql extension using the <option>--without-mysql</option>
|
||||
configuration option. If you would like to install the standard mysql extension
|
||||
along with the mysqli extension, the bundled libmysql library cannot be used.
|
||||
Instead, you must use the client libraries installed by MySQL for versions below 4.1.
|
||||
This will force <literal>PHP</literal> to use the client libraries installed by
|
||||
MySQL, avoiding any conflicts.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
527
reference/mysqli/constants.xml
Normal file
527
reference/mysqli/constants.xml
Normal file
|
@ -0,0 +1,527 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<section id='mysqli.constants'>
|
||||
&reftitle.constants;
|
||||
|
||||
<table>
|
||||
<title>mysqli constants</title>
|
||||
<tgroup cols='2'>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>descrpition</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-read-default-group'>MYSQLI_READ_DEFAULT_GROUP</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-read-default-file'>MYSQLI_READ_DEFAULT_FILE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-opt-connect-timeout'>MYSQLI_OPT_CONNECT_TIMEOUT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-opt-local-infile'>MYSQLI_OPT_LOCAL_INFILE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-init-command'>MYSQLI_INIT_COMMAND</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-ssl'>MYSQLI_CLIENT_SSL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-compress'>MYSQLI_CLIENT_COMPRESS</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-interactive'>MYSQLI_CLIENT_INTERACTIVE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-ignore-space'>MYSQLI_CLIENT_IGNORE_SPACE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-no-schema'>MYSQLI_CLIENT_NO_SCHEMA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-multi-queries'>MYSQLI_CLIENT_MULTI_QUERIES</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-store-result'>MYSQLI_STORE_RESULT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-use-result'>MYSQLI_USE_RESULT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-assoc'>MYSQLI_ASSOC</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-num'>MYSQLI_NUM</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-both'>MYSQLI_BOTH</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-not-null-flag'>MYSQLI_NOT_NULL_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pri-key-flag'>MYSQLI_PRI_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-unique-key-flag'>MYSQLI_UNIQUE_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-multiple-key-flag'>MYSQLI_MULTIPLE_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-blob-flag'>MYSQLI_BLOB_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-unsigned-flag'>MYSQLI_UNSIGNED_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-zerofill-flag'>MYSQLI_ZEROFILL_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-auto-increment-flag'>MYSQLI_AUTO_INCREMENT_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-timestamp-flag'>MYSQLI_TIMESTAMP_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-set-flag'>MYSQLI_SET_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-num-flag'>MYSQLI_NUM_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-part-key-flag'>MYSQLI_PART_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-group-flag'>MYSQLI_GROUP_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_DECIMAL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-tiny'>MYSQLI_TYPE_TINY</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-short'>MYSQLI_TYPE_SHORT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-long'>MYSQLI_TYPE_LONG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-fload'>MYSQLI_TYPE_FLOAD</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-double'>MYSQLI_TYPE_DOUBLE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-null'>MYSQLI_TYPE_NULL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-timestamp'>MYSQLI_TYPE_TIMESTAMP</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-longlong'>MYSQLI_TYPE_LONGLONG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-int24'>MYSQLI_TYPE_INT24</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-date'>MYSQLI_TYPE_DATE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-time'>MYSQLI_TYPE_TIME</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-datetime'>MYSQLI_TYPE_DATETIME</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-year'>MYSQLI_TYPE_YEAR</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-newdate'>MYSQLI_TYPE_NEWDATE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-enum'>MYSQLI_TYPE_ENUM</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-set'>MYSQLI_TYPE_SET</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-tiny-blob'>MYSQLI_TYPE_TINY_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-medium-blob'>MYSQLI_TYPE_MEDIUM_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-long-blob'>MYSQLI_TYPE_LONG_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-blob'>MYSQLI_TYPE_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-var-string'>MYSQLI_TYPE_VAR_STRING</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-string'>MYSQLI_TYPE_STRING</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-char'>MYSQLI_TYPE_CHAR</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-interval'>MYSQLI_TYPE_INTERVAL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-geometry'>MYSQLI_TYPE_GEOMETRY</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-string'>MYSQLI_BIND_STRING</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-int'>MYSQLI_BIND_INT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-double'>MYSQLI_BIND_DOUBLE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-send-data'>MYSQLI_BIND_SEND_DATA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-rpl-master'>MYSQLI_RPL_MASTER</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-rpl-slave'>MYSQLI_RPL_SLAVE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-rpl-admin'>MYSQLI_RPL_ADMIN</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-need-data'>MYSQLI_NEED_DATA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-no-data'>MYSQLI_NO_DATA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pr-report-stderr'>MYSQLI_PR_REPORT_STDERR</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pr-report-port'>MYSQLI_PR_REPORT_PORT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pr-report-file'>MYSQLI_PR_REPORT_FILE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-select-db">
|
||||
<refnamediv>
|
||||
<refname>mysqli_select_db</refname>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>mysqli_select_db</methodname>
|
||||
<type>bool</type><methodname>mysqli_select_db</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>dbname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -19,7 +19,7 @@
|
|||
represented by the <parameter>link</parameter> parameter.
|
||||
</para>
|
||||
<para>
|
||||
This function returns &true; upon success or &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
166
reference/mysqli/ini.xml
Normal file
166
reference/mysqli/ini.xml
Normal file
|
@ -0,0 +1,166 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<section id="mysqli.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>MySQLi Configuration Options</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>mysqli.max_links</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mysqli.default_port</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mysqli.default_socket</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mysqli.default_host</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mysqli.default_user</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mysqli.default_pw</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
For further details and definition of the PHP_INI_* constants see
|
||||
<function>ini_set</function>.
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry id="ini.mysqli.max-links">
|
||||
<term>
|
||||
<parameter>mysqli.max_links</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The maximum number of MySQL connections per process, including
|
||||
persistent connections.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.mysqli.default-port">
|
||||
<term>
|
||||
<parameter>mysqli.default_port</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The default TCP port number to use when connecting to
|
||||
the database server if no other port is specified. If
|
||||
no default is specified, the port will be obtained
|
||||
from the <literal>MYSQL_TCP_PORT</literal> environment
|
||||
variable, the <literal>mysql-tcp</literal> entry in
|
||||
<filename>/etc/services</filename> or the compile-time
|
||||
<literal>MYSQL_PORT</literal> constant, in that order. Win32
|
||||
will only use the <literal>MYSQL_PORT</literal> constant.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.mysqli.default-socket">
|
||||
<term>
|
||||
<parameter>mysqli.default_socket</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The default socket name to use when connecting to a local
|
||||
database server if no other socket name is specified.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="ini.mysqli.default-host">
|
||||
<term>
|
||||
<parameter>mysqli.default_host</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The default server host to use when connecting to the database
|
||||
server if no other host is specified. Doesn't apply in
|
||||
<link linkend="ini.safe-mode">safe mode</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.mysqli.default-user">
|
||||
<term>
|
||||
<parameter>mysqli.default_user</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The default user name to use when connecting to the database
|
||||
server if no other name is specified. Doesn't apply in
|
||||
<link linkend="ini.safe-mode">safe mode</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.mysqli.default-pw">
|
||||
<term>
|
||||
<parameter>mysqli.default_password</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The default password to use when connecting to the database
|
||||
server if no other password is specified. Doesn't apply in
|
||||
<link linkend="ini.safe-mode">safe mode</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
|
@ -1,611 +1,67 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<reference id='ref.mysqli'>
|
||||
<title>improved mysql extension</title>
|
||||
<title>Improved MySQL Extension</title>
|
||||
<titleabbrev>mysqli</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<section id='mysqli.intro'>
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
|
||||
|
||||
|
||||
The mysqli extension allows you to access the functionality provided by
|
||||
MySQL 4.1 and above. More information about the MySQL Database server
|
||||
can be found at <ulink url="&url.mysql;">&url.mysql;</ulink>
|
||||
</para>
|
||||
<para>
|
||||
Documentation for MySQL can be found at <ulink
|
||||
url="&url.mysql.docs;">&url.mysql.docs;</ulink>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='mysqli.requirements'>
|
||||
&reftitle.required;
|
||||
<para>
|
||||
In order to have these functions available, you must compile PHP with
|
||||
support for the mysqli extension.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The mysqli extension is designed to work with the version 4.1 or above
|
||||
of MySQL. For previous versions, please see the mysql extension documentation
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<!-- &reference.mysqli.configure; -->
|
||||
|
||||
<section id='mysqli.configuration'>
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
&reference.mysqli.configure;
|
||||
&reference.mysqli.ini;
|
||||
|
||||
<section id='mysqli.resources'>
|
||||
&reftitle.resources;
|
||||
|
||||
<section id='mysqli.resources.mysqli_link'>
|
||||
<title><literal>mysqli_link</literal></title>
|
||||
<para>
|
||||
|
||||
Represents a connection between PHP and a MySQL database.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='mysqli.resources.mysqli_stmt'>
|
||||
<title><literal>mysqli_stmt</literal></title>
|
||||
<para>
|
||||
|
||||
Represents a prepared statement.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='mysqli.resources.mysqli_result'>
|
||||
<title><literal>mysqli_result</literal></title>
|
||||
<para>
|
||||
|
||||
Represents the result set obtained from a query against the database.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id='mysqli.constants'>
|
||||
&reftitle.constants;
|
||||
<table>
|
||||
<title>mysqli constants</title>
|
||||
<tgroup cols='3'>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>value</entry>
|
||||
<entry>descrpition</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-read-default-group'>MYSQLI_READ_DEFAULT_GROUP</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_READ_DEFAULT_GROUP</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-read-default-file'>MYSQLI_READ_DEFAULT_FILE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_READ_DEFAULT_FILE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-opt-connect-timeout'>MYSQLI_OPT_CONNECT_TIMEOUT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_OPT_CONNECT_TIMEOUT</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-opt-local-infile'>MYSQLI_OPT_LOCAL_INFILE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_OPT_LOCAL_INFILE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-init-command'>MYSQLI_INIT_COMMAND</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_INIT_COMMAND</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-ssl'>MYSQLI_CLIENT_SSL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>CLIENT_SSL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-compress'>MYSQLI_CLIENT_COMPRESS</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>CLIENT_COMPRESS</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-interactive'>MYSQLI_CLIENT_INTERACTIVE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>CLIENT_INTERACTIVE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-ignore-space'>MYSQLI_CLIENT_IGNORE_SPACE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>CLIENT_IGNORE_SPACE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-no-schema'>MYSQLI_CLIENT_NO_SCHEMA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>CLIENT_NO_SCHEMA</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-client-multi-queries'>MYSQLI_CLIENT_MULTI_QUERIES</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>CLIENT_MULTI_QUERIES</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-store-result'>MYSQLI_STORE_RESULT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>0</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-use-result'>MYSQLI_USE_RESULT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>1</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-assoc'>MYSQLI_ASSOC</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_ASSOC</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-num'>MYSQLI_NUM</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_NUM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-both'>MYSQLI_BOTH</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_BOTH</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-not-null-flag'>MYSQLI_NOT_NULL_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>NOT_NULL_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pri-key-flag'>MYSQLI_PRI_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>PRI_KEY_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-unique-key-flag'>MYSQLI_UNIQUE_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>UNIQUE_KEY_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-multiple-key-flag'>MYSQLI_MULTIPLE_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MULTIPLE_KEY_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-blob-flag'>MYSQLI_BLOB_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>BLOB_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-unsigned-flag'>MYSQLI_UNSIGNED_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>UNSIGNED_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-zerofill-flag'>MYSQLI_ZEROFILL_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>ZEROFILL_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-auto-increment-flag'>MYSQLI_AUTO_INCREMENT_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>AUTO_INCREMENT_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-timestamp-flag'>MYSQLI_TIMESTAMP_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>TIMESTAMP_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-set-flag'>MYSQLI_SET_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>SET_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-num-flag'>MYSQLI_NUM_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>NUM_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-part-key-flag'>MYSQLI_PART_KEY_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>PART_KEY_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-group-flag'>MYSQLI_GROUP_FLAG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>GROUP_FLAG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_DECIMAL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_DECIMAL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-tiny'>MYSQLI_TYPE_TINY</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_TINY</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-short'>MYSQLI_TYPE_SHORT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_SHORT</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-long'>MYSQLI_TYPE_LONG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_LONG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-fload'>MYSQLI_TYPE_FLOAD</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_FLOAT</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-double'>MYSQLI_TYPE_DOUBLE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_DOUBLE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-null'>MYSQLI_TYPE_NULL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_NULL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-timestamp'>MYSQLI_TYPE_TIMESTAMP</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_TIMESTAMP</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-longlong'>MYSQLI_TYPE_LONGLONG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_LONGLONG</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-int24'>MYSQLI_TYPE_INT24</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_INT24</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-date'>MYSQLI_TYPE_DATE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_DATE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-time'>MYSQLI_TYPE_TIME</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_TIME</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-datetime'>MYSQLI_TYPE_DATETIME</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_DATETIME</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-year'>MYSQLI_TYPE_YEAR</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_YEAR</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-newdate'>MYSQLI_TYPE_NEWDATE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_NEWDATE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-enum'>MYSQLI_TYPE_ENUM</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_ENUM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-set'>MYSQLI_TYPE_SET</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_SET</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-tiny-blob'>MYSQLI_TYPE_TINY_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_TINY_BLOB</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-medium-blob'>MYSQLI_TYPE_MEDIUM_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_MEDIUM_BLOB</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-long-blob'>MYSQLI_TYPE_LONG_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_LONG_BLOB</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-blob'>MYSQLI_TYPE_BLOB</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_BLOB</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-var-string'>MYSQLI_TYPE_VAR_STRING</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_VAR_STRING</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-string'>MYSQLI_TYPE_STRING</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_STRING</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-char'>MYSQLI_TYPE_CHAR</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_CHAR</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-interval'>MYSQLI_TYPE_INTERVAL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_INTERVAL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-geometry'>MYSQLI_TYPE_GEOMETRY</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>FIELD_TYPE_GEOMETRY</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-string'>MYSQLI_BIND_STRING</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_BIND_STRING</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-int'>MYSQLI_BIND_INT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_BIND_INT</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-double'>MYSQLI_BIND_DOUBLE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_BIND_DOUBLE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-bind-send-data'>MYSQLI_BIND_SEND_DATA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQLI_BIND_SEND_DATA</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-rpl-master'>MYSQLI_RPL_MASTER</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_RPL_MASTER</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-rpl-slave'>MYSQLI_RPL_SLAVE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_RPL_SLAVE</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-rpl-admin'>MYSQLI_RPL_ADMIN</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_RPL_ADMIN</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-need-data'>MYSQLI_NEED_DATA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_NEED_DATA</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-no-data'>MYSQLI_NO_DATA</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>MYSQL_NO_DATA</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pr-report-stderr'>MYSQLI_PR_REPORT_STDERR</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>1</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pr-report-port'>MYSQLI_PR_REPORT_PORT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>2</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-pr-report-file'>MYSQLI_PR_REPORT_FILE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>3</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
&reference.mysqli.constants;
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.mysqli.functions;
|
||||
|
|
Loading…
Reference in a new issue