2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:57:45 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-26 13:18:30 +00:00
|
|
|
<appendix xml:id="mbstring.constants" xmlns="http://docbook.org/ns/docbook">
|
2002-07-22 16:14:13 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&extension.constants;
|
|
|
|
<variablelist>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.mb-overload-mail">
|
2002-07-22 16:14:13 +00:00
|
|
|
<term>
|
|
|
|
<constant>MB_OVERLOAD_MAIL</constant>
|
2003-05-28 23:03:10 +00:00
|
|
|
(<type>integer</type>)
|
2002-07-22 16:14:13 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.mb-overload-string">
|
2002-07-22 16:14:13 +00:00
|
|
|
<term>
|
|
|
|
<constant>MB_OVERLOAD_STRING</constant>
|
2003-05-28 23:03:10 +00:00
|
|
|
(<type>integer</type>)
|
2002-07-22 16:14:13 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.mb-overload-regex">
|
2002-07-22 16:14:13 +00:00
|
|
|
<term>
|
|
|
|
<constant>MB_OVERLOAD_REGEX</constant>
|
2003-05-28 23:03:10 +00:00
|
|
|
(<type>integer</type>)
|
2002-07-22 16:14:13 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
2007-05-24 13:40:51 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.mb-case-upper">
|
2007-05-24 13:40:51 +00:00
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_UPPER</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.mb-case-lower">
|
2007-05-24 13:40:51 +00:00
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_LOWER</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.mb-case-title">
|
2007-05-24 13:40:51 +00:00
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_TITLE</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
|
2002-07-22 16:14:13 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2018-09-29 11:51:48 +00:00
|
|
|
<varlistentry xml:id="constant.mb-case-fold">
|
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_FOLD</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Available since PHP 7.3.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.mb-case-lower-simple">
|
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_LOWER_SIMPLE</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Available since PHP 7.3.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.mb-case-title-simple">
|
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_TITLE_SIMPLE</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Available since PHP 7.3.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.mb-case-fold-simple">
|
|
|
|
<term>
|
|
|
|
<constant>MB_CASE_FOLD_SIMPLE</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Used by case-insensitive operations. Available since PHP 7.3.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2002-07-22 16:14:13 +00:00
|
|
|
</variablelist>
|
2007-12-26 13:18:30 +00:00
|
|
|
</appendix>
|
2002-07-22 16:14:13 +00:00
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-07-22 16:14:13 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
-->
|