2007-12-26 14:06:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2007-12-26 18:56:29 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2007-12-26 14:06:30 +00:00
|
|
|
<reference xml:id="class.mysqli" 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 class</title>
|
|
|
|
<titleabbrev>MySQLi</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
|
|
|
<!-- {{{ ClassName intro -->
|
|
|
|
<section xml:id="mysqli.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
Represents a connection between PHP and a MySQL database.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<section xml:id="mysqli.synopsis">
|
2007-12-26 18:56:29 +00:00
|
|
|
&reftitle.classsynopsis;
|
2007-12-26 14:06:30 +00:00
|
|
|
|
|
|
|
<!-- {{{ Synopsis -->
|
|
|
|
<classsynopsis>
|
|
|
|
<ooclass><classname>MySQLi</classname></ooclass>
|
|
|
|
|
|
|
|
<!-- {{{ Class synopsis -->
|
|
|
|
<classsynopsisinfo>
|
|
|
|
<ooclass>
|
|
|
|
<classname>MySQLi</classname>
|
|
|
|
</ooclass>
|
|
|
|
</classsynopsisinfo>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<classsynopsisinfo role="comment">Properties</classsynopsisinfo>
|
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mysqli')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis[1])" />
|
|
|
|
|
|
|
|
<classsynopsisinfo role="comment">Methods</classsynopsisinfo>
|
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mysqli')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[2])" />
|
|
|
|
</classsynopsis>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
<!-- &reference.mysqli.entities.mysqli; -->
|
|
|
|
<!-- {{{ FIXME: These entities should be removed and the one above used -->
|
|
|
|
&reference.mysqli.functions.mysqli-autocommit;
|
|
|
|
&reference.mysqli.functions.mysqli-change-user;
|
|
|
|
&reference.mysqli.functions.mysqli-character-set-name;
|
|
|
|
&reference.mysqli.functions.mysqli-client-encoding;
|
|
|
|
&reference.mysqli.functions.mysqli-close;
|
|
|
|
&reference.mysqli.functions.mysqli-commit;
|
|
|
|
&reference.mysqli.functions.mysqli-connect;
|
|
|
|
&reference.mysqli.functions.mysqli-debug;
|
|
|
|
&reference.mysqli.functions.mysqli-disable-reads-from-master;
|
|
|
|
&reference.mysqli.functions.mysqli-disable-rpl-parse;
|
|
|
|
&reference.mysqli.functions.mysqli-dump-debug-info;
|
|
|
|
&reference.mysqli.functions.mysqli-enable-reads-from-master;
|
|
|
|
&reference.mysqli.functions.mysqli-enable-rpl-parse;
|
|
|
|
&reference.mysqli.functions.mysqli-get-client-info;
|
|
|
|
&reference.mysqli.functions.mysqli-get-server-info;
|
|
|
|
&reference.mysqli.functions.mysqli-get-warnings;
|
|
|
|
&reference.mysqli.functions.mysqli-init;
|
|
|
|
&reference.mysqli.functions.mysqli-kill;
|
|
|
|
&reference.mysqli.functions.mysqli-set-local-infile-default;
|
|
|
|
&reference.mysqli.functions.mysqli-set-local-infile-handler;
|
|
|
|
&reference.mysqli.functions.mysqli-master-query;
|
|
|
|
&reference.mysqli.functions.mysqli-multi-query;
|
|
|
|
&reference.mysqli.functions.mysqli-more-results;
|
|
|
|
&reference.mysqli.functions.mysqli-next-result;
|
|
|
|
&reference.mysqli.functions.mysqli-options;
|
|
|
|
&reference.mysqli.functions.mysqli-ping;
|
|
|
|
&reference.mysqli.functions.mysqli-prepare;
|
|
|
|
&reference.mysqli.functions.mysqli-query;
|
|
|
|
&reference.mysqli.functions.mysqli-real-connect;
|
|
|
|
&reference.mysqli.functions.mysqli-real-escape-string;
|
|
|
|
&reference.mysqli.functions.mysqli-escape-string;
|
|
|
|
&reference.mysqli.functions.mysqli-real-query;
|
|
|
|
&reference.mysqli.functions.mysqli-rollback;
|
|
|
|
&reference.mysqli.functions.mysqli-rpl-parse-enabled;
|
|
|
|
&reference.mysqli.functions.mysqli-rpl-probe;
|
|
|
|
&reference.mysqli.functions.mysqli-rpl-query-type;
|
|
|
|
&reference.mysqli.functions.mysqli-select-db;
|
|
|
|
&reference.mysqli.functions.mysqli-set-charset;
|
|
|
|
&reference.mysqli.functions.mysqli-set-opt;
|
|
|
|
&reference.mysqli.functions.mysqli-slave-query;
|
|
|
|
&reference.mysqli.functions.mysqli-ssl-set;
|
|
|
|
&reference.mysqli.functions.mysqli-stat;
|
|
|
|
&reference.mysqli.functions.mysqli-stmt-init;
|
|
|
|
&reference.mysqli.functions.mysqli-store-result;
|
|
|
|
&reference.mysqli.functions.mysqli-thread-safe;
|
|
|
|
&reference.mysqli.functions.mysqli-use-result;
|
|
|
|
|
|
|
|
|
|
|
|
&reference.mysqli.functions.mysqli-get-host-info;
|
|
|
|
&reference.mysqli.functions.mysqli-get-server-version;
|
|
|
|
&reference.mysqli.functions.mysqli-info;
|
|
|
|
&reference.mysqli.functions.mysqli-affected-rows;
|
|
|
|
&reference.mysqli.functions.mysqli-get-client-version;
|
|
|
|
&reference.mysqli.functions.mysqli-errno;
|
|
|
|
&reference.mysqli.functions.mysqli-error;
|
|
|
|
&reference.mysqli.functions.mysqli-field-count;
|
|
|
|
&reference.mysqli.functions.mysqli-insert-id;
|
|
|
|
&reference.mysqli.functions.mysqli-get-proto-info;
|
|
|
|
&reference.mysqli.functions.mysqli-sqlstate;
|
|
|
|
&reference.mysqli.functions.mysqli-thread-id;
|
|
|
|
&reference.mysqli.functions.mysqli-warning-count;
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
-->
|
|
|
|
|