[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /ja/package/database/db-dataobject/db-dataobject query.xml  /ja/package/file
From:       "Hideyuki Shimooka" <shimooka () php ! net>
Date:       2005-09-24 17:22:01
Message-ID: cvsshimooka1127582521 () cvsserver
[Download RAW message or body]

shimooka		Sat Sep 24 13:22:01 2005 EDT

  Modified files:              
    /peardoc/ja/package/database/db-dataobject/db-dataobject	query.xml 
    /peardoc/ja/package/filesystem	file-find.xml 
    /peardoc/ja/package/filesystem/file-find	glob.xml 
    /peardoc/ja/package/networking/net-ipv4	htoa.xml 
  Log:
  sync with en
  
  
http://cvs.php.net/diff.php/peardoc/ja/package/database/db-dataobject/db-dataobject/query.xml?r1=1.1&r2=1.2&ty=u
                
Index: peardoc/ja/package/database/db-dataobject/db-dataobject/query.xml
diff -u peardoc/ja/package/database/db-dataobject/db-dataobject/query.xml:1.1 \
                peardoc/ja/package/database/db-dataobject/db-dataobject/query.xml:1.2
--- peardoc/ja/package/database/db-dataobject/db-dataobject/query.xml:1.1	Fri Apr  1 \
                18:47:47 2005
+++ peardoc/ja/package/database/db-dataobject/db-dataobject/query.xml	Sat Sep 24 \
13:21:56 2005 @@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.3 Maintainer: shimooka Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.5 Maintainer: shimooka Status: ready -->
 <refentry id="package.database.db-dataobject.db-dataobject.query">
    <refnamediv>
     <refname>-&gt;query()</refname>
http://cvs.php.net/diff.php/peardoc/ja/package/filesystem/file-find.xml?r1=1.1&r2=1.2&ty=u
                
Index: peardoc/ja/package/filesystem/file-find.xml
diff -u peardoc/ja/package/filesystem/file-find.xml:1.1 \
                peardoc/ja/package/filesystem/file-find.xml:1.2
--- peardoc/ja/package/filesystem/file-find.xml:1.1	Sun May 29 12:14:42 2005
+++ peardoc/ja/package/filesystem/file-find.xml	Sat Sep 24 13:21:59 2005
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.2 Maintainer: shimooka Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.4 Maintainer: shimooka Status: ready -->
 <sect1 id="package.filesystem.file-find">
  <title>File_Find</title>
 
  <para>
-  ディレクトリツリーを検索するために共通で必要となる関数群
 +  ファイルやディレクトリツリーを検索するために共通で必要となる関数群
  </para>
 
+ &package.filesystem.file-find.searchmethods;
  &package.filesystem.file-find.glob;
  &package.filesystem.file-find.maptree;
  &package.filesystem.file-find.maptreemultiple;
http://cvs.php.net/diff.php/peardoc/ja/package/filesystem/file-find/glob.xml?r1=1.1&r2=1.2&ty=u
                
Index: peardoc/ja/package/filesystem/file-find/glob.xml
diff -u peardoc/ja/package/filesystem/file-find/glob.xml:1.1 \
                peardoc/ja/package/filesystem/file-find/glob.xml:1.2
--- peardoc/ja/package/filesystem/file-find/glob.xml:1.1	Sun May 29 12:14:42 2005
+++ peardoc/ja/package/filesystem/file-find/glob.xml	Sat Sep 24 13:22:01 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.3 Maintainer: shimooka Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.6 Maintainer: shimooka Status: ready -->
 <refentry id="package.filesystem.file-find.glob">
    <refnamediv>
     <refname>File_Find::glob()</refname>
@@ -16,7 +16,9 @@
      <function>&amp;File_Find::glob</function></funcdef>
      <paramdef>
         string <parameter>$pattern</parameter>
+     </paramdef><paramdef>
         string <parameter>$dirpath</parameter>
+     </paramdef><paramdef>
         string <parameter><optional>$pattern_type = 'php'</optional></parameter>
      </paramdef>
     </funcprototype>
@@ -48,17 +50,14 @@
       <para>
        <parameter>$pattern_type</parameter> -
        使用するパターンマッチング関数を含む文字列を指定します
                
-       ('php' もしくは 'perl' のいずれかが指定可能です).
+       ('php' もしくは 'perl' もしくは 'shell' \
のいずれかが指定可能です).  </para>
       <para>
        <parameter>$pattern</parameter> のフォーマットは、
        <parameter>$pattern_type</parameter> の値に依存します。
-       もしこの値が <parameter>'php'</parameter> の 合、
-       パターンは eregi_* 関数の規約に準 \
                していなければなりません。
-       また、値が <parameter>'perl'</parameter>の 合、
-       preg_* のパターンフォーマットに準 \
                する必要があります。
-       処理速度が早いため、<parameter>'perl'</parameter>
-       を使用することが推奨されます。
+       より詳細な情 については、
+       <link linkend="package.filesystem.file-find.searchmethods">検索方法</link>
 +       を参照してく さい。
       </para>
      </listitem>
     </itemizedlist>
@@ -111,17 +110,22 @@
    </refsect1>
    <refsect1 id="package.filesystem.file-find.glob.note">
     &title.note;
-    &note.notstatic;
+    &note.canstatic;
    </refsect1>
    <refsect1 id="package.filesystem.file-find.glob.example">
     &title.example;
     <example>
-     <title>ディレクトリ内の全ての PHP \
                ファイルを検索する</title>
-     <programlisting role="php">
-      <![CDATA[
-$items = &File_Find::glob( '/.*\.php/', "f:/php/", "perl" ) ;
-      ]]>
-     </programlisting>
+     <title>現在のディレクトリ内にある全ての PHP \
ファイルを検索する</title> +     <programlisting role="php"><![CDATA[
+
+include "File/Find.php";
+
+$dir = ".";
+$items = &File_Find::glob( '!.*\.php$!', $dir, 'perl' );
+
+print_r($items);
+
+]]></programlisting>
     </example>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/peardoc/ja/package/networking/net-ipv4/htoa.xml?r1=1.1&r2=1.2&ty=u
                
Index: peardoc/ja/package/networking/net-ipv4/htoa.xml
diff -u peardoc/ja/package/networking/net-ipv4/htoa.xml:1.1 \
                peardoc/ja/package/networking/net-ipv4/htoa.xml:1.2
--- peardoc/ja/package/networking/net-ipv4/htoa.xml:1.1	Sun Oct 17 22:24:36 2004
+++ peardoc/ja/package/networking/net-ipv4/htoa.xml	Sat Sep 24 13:22:01 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.2 Maintainer: shimooka Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.3 Maintainer: shimooka Status: ready -->
 <refentry id="package.networking.net-ipv4.htoa">
    <refnamediv>
     <refname>Net_IPv4::htoa()</refname>

-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic