svn: /phpdoc/fa/trunk/reference/ filesystem/functions/unlink.xml spl/arrayobject/serialize.xml spl/directoryiterator/getpath.xml spl/splfileinfo/getgroup.xml tokyo_tyrant/tokyotyrantquery/hint.xml xsl/setup.xml xslt/functions/xslt-set-sax-handler.xml xslt/functions/xslt-set-scheme-handler.xml

[email protected] (Pedram Salehpoor)
Newsgroups php.doc.fa
Message-ID <[email protected]>
psalehpoor                               Mon, 26 Jul 2010 16:48:40 +0000

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

Log:
updated

Changed paths:
    U   phpdoc/fa/trunk/reference/filesystem/functions/unlink.xml
    U   phpdoc/fa/trunk/reference/spl/arrayobject/serialize.xml
    U   phpdoc/fa/trunk/reference/spl/directoryiterator/getpath.xml
    U   phpdoc/fa/trunk/reference/spl/splfileinfo/getgroup.xml
    U   phpdoc/fa/trunk/reference/tokyo_tyrant/tokyotyrantquery/hint.xml
    U   phpdoc/fa/trunk/reference/xsl/setup.xml
    U   phpdoc/fa/trunk/reference/xslt/functions/xslt-set-sax-handler.xml
    U   phpdoc/fa/trunk/reference/xslt/functions/xslt-set-scheme-handler.xml

Modified: phpdoc/fa/trunk/reference/filesystem/functions/unlink.xml
===================================================================
--- phpdoc/fa/trunk/reference/filesystem/functions/unlink.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/filesystem/functions/unlink.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297722 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 300632 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.unlink">
@@ -89,10 +89,7 @@
 fwrite($fh, '<h1>Hello world!</h1>');
 fclose($fh);

-mkdir('testdir', 0777);
-
 unlink('test.html');
-unlink('testdir');
 ?>
 ]]>
     </programlisting>

Modified: phpdoc/fa/trunk/reference/spl/arrayobject/serialize.xml
===================================================================
--- phpdoc/fa/trunk/reference/spl/arrayobject/serialize.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/spl/arrayobject/serialize.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 290998 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 301115 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -50,6 +50,7 @@

 var_dump($s1);
 var_dump($s2);
+?>
 ]]>
     </programlisting>
     &example.outputs;

Modified: phpdoc/fa/trunk/reference/spl/directoryiterator/getpath.xml
===================================================================
--- phpdoc/fa/trunk/reference/spl/directoryiterator/getpath.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/spl/directoryiterator/getpath.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="utf-8"?>
-<!-- EN-Revision: 297078 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 301115 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="directoryiterator.getpath" xmlns="http://docbook.org/ns/docbook">
@@ -41,6 +41,7 @@
 <?php
 $iterator = new DirectoryIterator(dirname(__FILE__));
 echo $iterator->getPath();
+?>
 ]]>
     </programlisting>
     &example.outputs.similar;

Modified: phpdoc/fa/trunk/reference/spl/splfileinfo/getgroup.xml
===================================================================
--- phpdoc/fa/trunk/reference/spl/splfileinfo/getgroup.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/spl/splfileinfo/getgroup.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 288721 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 301115 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -49,6 +49,7 @@
 <?php
 $info = new SplFileInfo(__FILE__);
 print_r(posix_getgrgid($info->getGroup()));
+?>
 ]]>
     </programlisting>
     &example.outputs.similar;

Modified: phpdoc/fa/trunk/reference/tokyo_tyrant/tokyotyrantquery/hint.xml
===================================================================
--- phpdoc/fa/trunk/reference/tokyo_tyrant/tokyotyrantquery/hint.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/tokyo_tyrant/tokyotyrantquery/hint.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 290998 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 301115 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -53,6 +53,7 @@

 $query->search();
 var_dump($query->hint());
+?>
 ]]>
     </programlisting>
     &example.outputs.similar;

Modified: phpdoc/fa/trunk/reference/xsl/setup.xml
===================================================================
--- phpdoc/fa/trunk/reference/xsl/setup.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/xsl/setup.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 300860 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->

 <chapter xml:id="xsl.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/fa/trunk/reference/xslt/functions/xslt-set-sax-handler.xml
===================================================================
--- phpdoc/fa/trunk/reference/xslt/functions/xslt-set-sax-handler.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/xslt/functions/xslt-set-sax-handler.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 301112 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="function.xslt-set-sax-handler" xmlns="http://docbook.org/ns/docbook">
@@ -40,7 +40,7 @@
       <para>
        کنترل‌کننده SAX باید آرایه دوبعدی با قالب (تمام عناصر بالا اختیاری هستند) باشد:
           <informalexample>
-           <programlisting role="php">
+           <programlisting>
 <![CDATA[
 array(
 [document] =>

Modified: phpdoc/fa/trunk/reference/xslt/functions/xslt-set-scheme-handler.xml
===================================================================
--- phpdoc/fa/trunk/reference/xslt/functions/xslt-set-scheme-handler.xml	2010-07-26 15:51:47 UTC (rev 301577)
+++ phpdoc/fa/trunk/reference/xslt/functions/xslt-set-scheme-handler.xml	2010-07-26 16:48:40 UTC (rev 301578)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 301112 Maintainer: pedram Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="function.xslt-set-scheme-handler" xmlns="http://docbook.org/ns/docbook">
@@ -40,7 +40,7 @@
       <para>
        کنترل‌کننده شما باید آرایه با قالب (تمام عناصر اختیاری هستند) باشد:
        <informalexample>
-        <programlisting role="php">
+        <programlisting>
 <![CDATA[
 array(
 [get_all] => get all handler,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.