mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-24 04:48:55 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322005 c90b9560-bf6c-de11-be94-00142212c4b1
152 lines
4.7 KiB
XML
152 lines
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-driver" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>The mysqli_driver class</title>
|
|
<titleabbrev>mysqli_driver</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<!-- {{{ ClassName intro -->
|
|
<section xml:id="mysqli-driver.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
MySQLi Driver.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="mysqli-driver.synopsis">
|
|
&reftitle.classsynopsis;
|
|
|
|
<!-- {{{ Synopsis -->
|
|
<classsynopsis>
|
|
<ooclass><classname>mysqli_driver</classname></ooclass>
|
|
|
|
<!-- {{{ Class synopsis -->
|
|
<classsynopsisinfo>
|
|
<ooclass>
|
|
<classname>mysqli_driver</classname>
|
|
</ooclass>
|
|
</classsynopsisinfo>
|
|
<!-- }}} -->
|
|
|
|
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>readonly</modifier>
|
|
<type>string</type>
|
|
<varname linkend="mysqli-driver.props.client-info">client_info</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>readonly</modifier>
|
|
<type>string</type>
|
|
<varname linkend="mysqli-driver.props.client-version">client_version</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>readonly</modifier>
|
|
<type>string</type>
|
|
<varname linkend="mysqli-driver.props.driver-version">driver_version</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>readonly</modifier>
|
|
<type>string</type>
|
|
<varname linkend="mysqli-driver.props.embedded">embedded</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>bool</type>
|
|
<varname linkend="mysqli-driver.props.reconnect">reconnect</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>int</type>
|
|
<varname linkend="mysqli-driver.props.report-mode">report_mode</varname>
|
|
</fieldsynopsis>
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mysqli-driver')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='oop'])" />
|
|
</classsynopsis>
|
|
<!-- }}} -->
|
|
|
|
</section>
|
|
<!-- {{{ mysqli_driver properties -->
|
|
<section xml:id="mysqli-driver.props">
|
|
&reftitle.properties;
|
|
<variablelist>
|
|
<varlistentry xml:id="mysqli-driver.props.client-info">
|
|
<term><varname>client_info</varname></term>
|
|
<listitem>
|
|
<para>The Client API header version</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="mysqli-driver.props.client-version">
|
|
<term><varname>client_version</varname></term>
|
|
<listitem>
|
|
<para>The Client version</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="mysqli-driver.props.driver-version">
|
|
<term><varname>driver_version</varname></term>
|
|
<listitem>
|
|
<para>The MySQLi Driver version</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="mysqli-driver.props.embedded">
|
|
<term><varname>embedded</varname></term>
|
|
<listitem>
|
|
<para>Whether MySQLi Embedded support is enabled</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="mysqli-driver.props.reconnect">
|
|
<term><varname>reconnect</varname></term>
|
|
<listitem>
|
|
<para>Allow or prevent reconnect (see the mysqli.reconnect INI directive)</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="mysqli-driver.props.report-mode">
|
|
<term><varname>report_mode</varname></term>
|
|
<listitem>
|
|
<para>
|
|
Set to <constant>MYSQLI_REPORT_OFF</constant>,
|
|
<constant>MYSQLI_REPORT_ALL</constant> or any combination of
|
|
<constant>MYSQLI_REPORT_STRICT</constant> (throw Exceptions for errors),
|
|
<constant>MYSQLI_REPORT_ERROR</constant> (report errors) and
|
|
<constant>MYSQLI_REPORT_INDEX</constant> (errors regarding indexes).
|
|
See also <function>mysqli_report</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
</partintro>
|
|
|
|
&reference.mysqli.entities.mysqli-driver;
|
|
|
|
</phpdoc:classref>
|
|
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|
|
|