mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove mysqli_rpl_query_type page from manual
That function is removed as of PHP 5.3.0. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351028 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3f1917852e
commit
faa2178d53
2 changed files with 0 additions and 63 deletions
|
@ -1,60 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="mysqli.rpl-query-type" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli::rpl_query_type</refname>
|
||||
<refname>mysqli_rpl_query_type</refname>
|
||||
<refpurpose>Returns RPL query type</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<modifier>public</modifier> <type>int</type><methodname>mysqli::rpl_query_type</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>mysqli_rpl_query_type</methodname>
|
||||
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
Returns <constant>MYSQLI_RPL_MASTER</constant>,
|
||||
<constant>MYSQLI_RPL_SLAVE</constant> or
|
||||
<constant>MYSQLI_RPL_ADMIN</constant> depending on a query type.
|
||||
<literal>INSERT</literal>, <literal>UPDATE</literal> and similar are
|
||||
<emphasis>master</emphasis> queries, <literal>SELECT</literal> is
|
||||
<emphasis>slave</emphasis>, and <literal>FLUSH</literal>,
|
||||
<literal>REPAIR</literal> and similar are <emphasis>admin</emphasis>.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.deprecated.function.removed-5-3-0;
|
||||
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- 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
|
||||
-->
|
|
@ -98,9 +98,6 @@
|
|||
<function name="mysqli_result_num_rows" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_rollback" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_row_seek" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_rpl_parse_enabled" from="PHP 5 < 5.3.0"/>
|
||||
<function name="mysqli_rpl_probe" from="PHP 5 < 5.3.0"/>
|
||||
<function name="mysqli_rpl_query_type" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_savepoint" from="PHP 5 >= 5.5.0, PHP 7"/>
|
||||
<function name="mysqli_select_db" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_send_query" from="PHP 5, PHP 7"/>
|
||||
|
|
Loading…
Reference in a new issue