Updated translation

git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@326394 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Alexander Moskaliov
2012-07-01 13:38:34 +00:00
parent 1d6143734d
commit 97e47fc364
46 changed files with 523 additions and 187 deletions

View File

@ -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;