mirror of
https://github.com/php/doc-ru.git
synced 2025-08-10 04:10:11 +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: 70642d85d00cb893efced8e6e1ddf1d31085dc3b Maintainer: shein Status: ready -->
|
||||
<!-- EN-Revision: b80218f662b774364222fa3dd8fa1e2f62514de3 Maintainer: shein Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.mysql-create-db" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -7,6 +7,16 @@
|
||||
<refname>mysql_create_db</refname>
|
||||
<refpurpose>Создает базу данных MySQL</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv role="soft-deprecation-notice">
|
||||
<sidebar>
|
||||
&mysql.alternative.note;
|
||||
<simplelist role="alternatives">
|
||||
<member><function>mysqli_query</function></member>
|
||||
<member><methodname>PDO::query</methodname></member>
|
||||
</simplelist>
|
||||
</sidebar>
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
@ -84,16 +94,6 @@ if (mysql_query($sql, $link)) {
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
&mysql.alternative.note;
|
||||
<para>
|
||||
&mysql.alternative.include;
|
||||
<simplelist>
|
||||
<member><function>mysqli_query</function></member>
|
||||
<member><methodname>PDO::query</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
&info.deprecated.alias;
|
||||
|
Reference in New Issue
Block a user