Remove docs for mysqli aliases which are removed as of PHP 5.4.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350987 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-10-25 14:56:47 +00:00
parent 11a2f7bf48
commit 8f772a992e
8 changed files with 0 additions and 336 deletions

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-bind-param" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_bind_param</refname>
<refpurpose>Alias for <function>mysqli_stmt_bind_param</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_stmt_bind_param</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_bind_param</function></member>
</simplelist>
</para>
</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
-->

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-bind-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_bind_result</refname>
<refpurpose>Alias for <function>mysqli_stmt_bind_result</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_stmt_bind_result</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_bind_result</function></member>
</simplelist>
</para>
</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
-->

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-client-encoding" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_client_encoding</refname>
<refpurpose>Alias of <function>mysqli_character_set_name</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_character_set_name</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_real_escape_string</function></member>
</simplelist>
</para>
</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
-->

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-fetch" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_fetch</refname>
<refpurpose>Alias for <function>mysqli_stmt_fetch</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_stmt_fetch</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_fetch</function></member>
</simplelist>
</para>
</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
-->

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-get-metadata" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_get_metadata</refname>
<refpurpose>Alias for <function>mysqli_stmt_result_metadata</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_stmt_result_metadata</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_result_metadata</function></member>
</simplelist>
</para>
</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
-->

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-param-count" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_param_count</refname>
<refpurpose>Alias for <function>mysqli_stmt_param_count</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_stmt_param_count</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_param_count</function></member>
</simplelist>
</para>
</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
-->

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.mysqli-send-long-data" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_send_long_data</refname>
<refpurpose>Alias for <function>mysqli_stmt_send_long_data</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>
&info.function.alias; <function>mysqli_stmt_send_long_data</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>mysqli_stmt_send_long_data</function></member>
</simplelist>
</para>
</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
-->

View file

@ -7,11 +7,8 @@
<function name="mysqli_affected_rows" from="PHP 5, PHP 7"/>
<function name="mysqli_autocommit" from="PHP 5, PHP 7"/>
<function name="mysqli_begin_transaction" from="PHP 5 &gt;= 5.5.0, PHP 7"/>
<function name="mysqli_bind_param" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_bind_result" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_change_user" from="PHP 5, PHP 7"/>
<function name="mysqli_character_set_name" from="PHP 5, PHP 7"/>
<function name="mysqli_client_encoding" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_close" from="PHP 5, PHP 7"/>
<function name="mysqli_commit" from="PHP 5, PHP 7"/>
<function name="mysqli_connect" from="PHP 5, PHP 7"/>
@ -34,7 +31,6 @@
<function name="mysqli_error_list" from="PHP 5 &gt;= 5.4.0, PHP 7"/>
<function name="mysqli_escape_string" from="PHP 5, PHP 7"/>
<function name="mysqli_execute" from="PHP 5, PHP 7"/>
<function name="mysqli_fetch" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_fetch_all" from="PHP 5 &gt;= 5.3.0, PHP 7"/>
<function name="mysqli_fetch_array" from="PHP 5, PHP 7"/>
<function name="mysqli_fetch_assoc" from="PHP 5, PHP 7"/>
@ -56,7 +52,6 @@
<function name="mysqli_get_connection_stats" from="PHP 5 &gt;= 5.3.0, PHP 7"/>
<function name="mysqli_get_host_info" from="PHP 5, PHP 7"/>
<function name="mysqli_get_links_stats" from="PHP 5 &gt;= 5.6.0, PHP 7"/>
<function name="mysqli_get_metadata" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_get_proto_info" from="PHP 5, PHP 7"/>
<function name="mysqli_get_server_info" from="PHP 5, PHP 7"/>
<function name="mysqli_get_server_version" from="PHP 5, PHP 7"/>
@ -73,7 +68,6 @@
<function name="mysqli_num_fields" from="PHP 5, PHP 7"/>
<function name="mysqli_num_rows" from="PHP 5, PHP 7"/>
<function name="mysqli_options" from="PHP 5, PHP 7"/>
<function name="mysqli_param_count" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_ping" from="PHP 5, PHP 7"/>
<function name="mysqli_poll" from="PHP 5 &gt;= 5.3.0, PHP 7"/>
<function name="mysqli_prepare" from="PHP 5, PHP 7"/>
@ -109,7 +103,6 @@
<function name="mysqli_rpl_query_type" from="PHP 5, PHP 7"/>
<function name="mysqli_savepoint" from="PHP 5 &gt;= 5.5.0, PHP 7"/>
<function name="mysqli_select_db" from="PHP 5, PHP 7"/>
<function name="mysqli_send_long_data" from="PHP 5 &lt; 5.4.0" deprecated="PHP 5.3.0"/>
<function name="mysqli_send_query" from="PHP 5, PHP 7"/>
<function name="mysqli_server_end" from="PHP 5 &lt; 5.1.0"/>
<function name="mysqli_server_init" from="PHP 5 &lt; 5.1.0"/>