svn: /phpdoc/ja/trunk/reference/mbstring/functions/ mb-regex-set-options.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 27 Mar 2020 12:14:57 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349531
Log:
Fix return values section
See bug #76999.
Bug: https://bugs.php.net/76999 (Closed) mb-regex-set-options return current options
Changed paths:
U phpdoc/ja/trunk/reference/mbstring/functions/mb-regex-set-options.xml
Modified: phpdoc/ja/trunk/reference/mbstring/functions/mb-regex-set-options.xml
===================================================================
--- phpdoc/ja/trunk/reference/mbstring/functions/mb-regex-set-options.xml 2020-03-27 11:49:41 UTC (rev 349530)
+++ phpdoc/ja/trunk/reference/mbstring/functions/mb-regex-set-options.xml 2020-03-27 12:14:57 UTC (rev 349531)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 333548 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: takagi -->
+<!-- EN-Revision: 349529 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.mb-regex-set-options" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mb_regex_set_options</refname>
@@ -132,9 +132,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- 以前設定されていたオプション文字列を返します。
- <parameter>options</parameter> を省略した場合は、
- 現在設定されているオプションを返します。
+ 現在設定されているオプションを <type>string</type> で返します。
</para>
</refsect1>