hirokawa Sat Mar 9 18:32:44 2002 EDT
Modified files:
/phpdoc/ja/functions mbstring.xml
Log:
added functions for multibyte regular expression.
Index: phpdoc/ja/functions/mbstring.xml
diff -u phpdoc/ja/functions/mbstring.xml:1.16 phpdoc/ja/functions/mbstring.xml:1.17
--- phpdoc/ja/functions/mbstring.xml:1.16 Sat Feb 16 08:20:10 2002
+++ phpdoc/ja/functions/mbstring.xml Sat Mar 9 18:32:44 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<reference id="ref.mbstring">
<title>マルチバイト文字列関数(mbstring)</title>
<titleabbrev>
@@ -2107,7 +2107,9 @@
<type>bool</type><methodname>mb_ereg_match</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>option</parameter></methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>option</parameter>
+ </methodparam>
</methodsynopsis>
&warn.experimental.func;
<simpara>
@@ -2136,14 +2138,20 @@
<refentry id="function.mb-ereg-search">
<refnamediv>
<refname>mb_ereg_search</refname>
-
<refpurpose>マルチバイト文字列が正規表現に一致するか調べる</refpurpose>
+ <refpurpose>
+ 指定したマルチバイト文字列が正規表現に一致するか調べる
+ </refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>bool</type><methodname>mb_ereg_search</methodname>
- <methodparam
choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>option</parameter></methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>pattern</parameter>
+ </methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>option</parameter>
+ </methodparam>
</methodsynopsis>
&warn.experimental.func;
<simpara>
@@ -2174,15 +2182,20 @@
<refnamediv>
<refname>mb_ereg_search_pos</refname>
<refpurpose>
-
マルチバイト文字列が正規表現に一致する部分があるか調べる
+
+指定したマルチバイト文字列が正規表現に一致する部分の位置と長さを返
+ す
</refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>array</type><methodname>mb_ereg_search_pos</methodname>
- <methodparam
choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>option</parameter></methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>pattern</parameter>
+ </methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>option</parameter>
+ </methodparam>
</methodsynopsis>
&warn.experimental.func;
<simpara>
@@ -2214,15 +2227,19 @@
<refnamediv>
<refname>mb_ereg_search_regs</refname>
<refpurpose>
-
マルチバイト文字列が正規表現に一致する部分があるか調べる
+
+指定したマルチバイト文字列が正規表現に一致する部分を取得する
</refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>array</type><methodname>mb_ereg_search_regs</methodname>
- <methodparam
choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>option</parameter></methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>pattern</parameter>
+ </methodparam>
+ <methodparam choice="opt">
+ <type>string</type><parameter>option</parameter>
+ </methodparam>
</methodsynopsis>
&warn.experimental.func;
<simpara>