mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Document when function became deprecated (Bug #38448).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221790 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
787c4724a3
commit
b78692d6f6
1 changed files with 26 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry id="function.mysql-list-tables">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_tables</refname>
|
||||
|
@ -17,7 +17,7 @@
|
|||
Retrieves a list of table names from a MySQL database.
|
||||
</para>
|
||||
<para>
|
||||
This function deprecated. It is preferable to use
|
||||
This function is deprecated. It is preferable to use
|
||||
<function>mysql_query</function> to issue a SQL <literal>SHOW TABLES
|
||||
[FROM db_name] [LIKE 'pattern']</literal> statement instead.
|
||||
</para>
|
||||
|
@ -52,6 +52,30 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>4.3.7</entry>
|
||||
<entry>
|
||||
This function became deprecated.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue