Added descriptions for the new function mb_regex_set_options().

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100302 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2002-10-20 15:03:34 +00:00
parent 2284f46e83
commit e2ed6f9271

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.23 -->
<refentry id="function.mb-regex-set-options">
<refnamediv>
<refname>mb_regex_set_options</refname>
<refpurpose>
Set/Get the default options for mbregex functions
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>mb_regex_set_options</methodname>
<methodparam choice="opt">
<type>string</type><parameter>options</parameter>
</methodparam>
</methodsynopsis>
&warn.experimental.func;
<simpara>
<function>mb_regex_set_options</function> sets the default options
described by <parameter>options</parameter> for multibyte regex functions.
</simpara>
<para>
Returns the previous options for multibyte regex functions if the
optional parameter <parameter>options</parameter> is specified.
If the options is omitted, it returns the string that describes
the current options.
</para>
<note>
<para>
This function is supported in PHP 4.3.0 or higher.
</para>
</note>
<para>
See also: <function>mb_split</function>, <function>mb_ereg</function>
<function>mb_eregi</function>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->