php-doc-en/appendices/reserved.constants.mbstring.xml
Gabor Hojtsy 5a22c308b1 Correcting encoding headers (as reported by saxon), and adding EN
revision numbers, to support revcheck.

BTW all this stuff *should* be moved to the extension ref dirs.
The constants are already grouped by extensions, so that should
not be a hard job...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78804 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-19 13:25:31 +00:00

70 lines
1.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<refentry id="reserved.constants.mbstring">
<refnamediv>
<refname>mbstring Predefined Constants</refname>
<refpurpose>Constants defined in the <link linkend="ref.mbstring">mbstring</link> extension</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<simpara>
These constants are defined by the <link
linkend="ref.mbstring"> mbstring</link> extension, and
will only be available when that extension has either been
compiled into PHP or dynamically loaded at runtime.
</simpara>
<variablelist>
<varlistentry>
<term>
<constant>MB_OVERLOAD_MAIL</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>MB_OVERLOAD_STRING</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>MB_OVERLOAD_REGEX</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
</variablelist>
</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:
-->