svn: /phpdoc/ar/trunk/reference/strings/functions/ strlen.xml

[email protected] (Salah Faya) Sun, 30 Oct 2011 08:02:07 +0000
Newsgroups php.doc.ar
Message-ID <[email protected]>
--e174269c6b6db04326fa36d521f9a95619159dd3
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

visualmind                               Sun, 30 Oct 2011 08:02:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=318572

Log:
Fixed an error in type tag which should not be translated

Changed paths:
    U   phpdoc/ar/trunk/reference/strings/functions/strlen.xml

Modified: phpdoc/ar/trunk/reference/strings/functions/strlen.xml
===================================================================
--- phpdoc/ar/trunk/reference/strings/functions/strlen.xml	2011-10-30 07:05:40 UTC (rev 318571)
+++ phpdoc/ar/trunk/reference/strings/functions/strlen.xml	2011-10-30 08:02:07 UTC (rev 318572)
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>رقم</type><methodname>strlen</methodname>
+   <type>int</type><methodname>strlen</methodname>
    <methodparam><type>string</type><parameter>string</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -57,8 +57,8 @@
      <row>
       <entry>5.3.0</entry>
       <entry>
-       Prior versions treated arrays as the string <literal>Array</literal>, thus returning
-       a string length of <literal>5</literal> and emitting an <constant>E_NOTICE</constant> level error.
+       الإصدارات السابقة كانت تعامل المصفوفات كنص (<literal>Array</literal>)، وبالتالي
+       ستعيد الدالة طول حزمة النص <literal>5</literal> وتكتفي برسالة خطأ من نوع <constant>E_NOTICE</constant>.
       </entry>
      </row>
     </tbody>

--e174269c6b6db04326fa36d521f9a95619159dd3--