1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-30 03:23:23 +02:00
Files
archived-doc-ja/reference/mbstring/functions/mb-regex-encoding.xml
T
TAKAGI Masahiro 97d4b3b8bf sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@193050 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-11 12:42:03 +00:00

55 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./ja/functions/mbstring.xml, last change in rev 1.15 -->
<!-- EN-Revision: 1.5 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry id="function.mb-regex-encoding">
<refnamediv>
<refname>mb_regex_encoding</refname>
<refpurpose>
カレントの正規表現用のエンコーディングを文字列として返す
</refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>mixed</type><methodname>mb_regex_encoding</methodname>
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>mb_regex_encoding</function> は、マルチバイト対応の
正規表現関数で使用される文字エンコーディングを返します。
</simpara>
<para>
オプションのパラメータ <parameter>encoding</parameter> が指定された
場合、マルチバイト正規表現用の文字エンコーディングとして設定されます。
デフォルトは、内部文字エンコーディングです。
</para>
<para>
<function>mb_internal_encoding</function>,
<function>mb_ereg</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
-->