svn: /phpdoc/ar/trunk/reference/mysql/functions/ mysql-create-db.xml
[email protected] (Salah Faya) Sun, 30 Oct 2011 12:08:22 +0000
| Newsgroups | php.doc.ar |
|---|---|
| Message-ID | <[email protected]> |
--1a859c5e438db17dea1a908df2abb4df401a9e67
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
visualmind Sun, 30 Oct 2011 12:08:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318593
Log:
Replaced parameter name which should not be translated
Changed paths:
U phpdoc/ar/trunk/reference/mysql/functions/mysql-create-db.xml
Modified: phpdoc/ar/trunk/reference/mysql/functions/mysql-create-db.xml
===================================================================
--- phpdoc/ar/trunk/reference/mysql/functions/mysql-create-db.xml 2011-10-30 12:07:39 UTC (rev 318592)
+++ phpdoc/ar/trunk/reference/mysql/functions/mysql-create-db.xml 2011-10-30 12:08:22 UTC (rev 318593)
@@ -12,11 +12,11 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>mysql_create_db</methodname>
- <methodparam><type>string</type><parameter>إسم قاعدة البيانات</parameter></methodparam>
+ <methodparam><type>string</type><parameter>database_name</parameter></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
- <function>mysql_create_db</function> تقوم بإنشاء قاعدة البيانات مع السيرفر المرتبط مع الlink identifier
+ <function>mysql_create_db</function>تقوم بإنشاء قاعدة البيانات مع السيرفر المتصل عبر معرف الاتصال link identifier.
</para>
</refsect1>
--1a859c5e438db17dea1a908df2abb4df401a9e67--