mirror of
https://github.com/php/doc-ru.git
synced 2025-08-14 08:55:54 +00:00
Updated translation
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@326394 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 4cb4824d5044a9bfefaf2b5932b60df25892e23e Maintainer: shein Status: ready -->
|
||||
<!-- EN-Revision: c53a5feeafe88d956f1ebd1247aabd37c582de7a Maintainer: shein Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.mysql-list-fields" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -7,6 +7,15 @@
|
||||
<refname>mysql_list_fields</refname>
|
||||
<refpurpose>Возвращает список колонок таблицы</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv role="soft-deprecation-notice">
|
||||
<sidebar>
|
||||
&mysql.alternative.note;
|
||||
<simplelist role="alternatives">
|
||||
<member>SQL запрос: <literal>SHOW COLUMNS FROM sometable</literal></member>
|
||||
</simplelist>
|
||||
</sidebar>
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
Reference in New Issue
Block a user