mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 11:02:18 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@193050 c90b9560-bf6c-de11-be94-00142212c4b1
63 lines
2.1 KiB
XML
63 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<!-- splitted from ./ja/functions/mbstring.xml, last change in rev 1.15 -->
|
|
<!-- EN-Revision: 1.4 Maintainer: hirokawa Status: ready -->
|
|
<!-- CREDITS: takagi -->
|
|
<refentry id="function.mb-split">
|
|
<refnamediv>
|
|
<refname>mb_split</refname>
|
|
<refpurpose>マルチバイト文字列を正規表現により分割する</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>説明</title>
|
|
<methodsynopsis>
|
|
<type>array</type><methodname>mb_split</methodname>
|
|
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>string</parameter></methodparam>
|
|
<methodparam choice="opt">
|
|
<type>int</type><parameter>limit</parameter>
|
|
</methodparam>
|
|
</methodsynopsis>
|
|
<simpara>
|
|
<function>mb_split</function> は、マルチバイト文字列
|
|
<parameter>string</parameter> において、正規表現
|
|
<parameter>pattern</parameter> により文字列を分割し、
|
|
結果を配列として返します。
|
|
</simpara>
|
|
<simpara>
|
|
オプションの引数 <parameter>limit</parameter> を指定した場合は、
|
|
最大 <parameter>limit</parameter> 個の要素に分割されます。
|
|
</simpara>
|
|
<para>
|
|
文字エンコーディングとしては、内部エンコーディングまたは
|
|
<function>mb_regex_encoding</function> で指定した
|
|
文字エンコーディングが使用されます。
|
|
</para>
|
|
<para>
|
|
<function>mb_regex_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
|
|
-->
|