mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 02:52:08 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@198603 c90b9560-bf6c-de11-be94-00142212c4b1
71 lines
1.9 KiB
XML
71 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<!-- EN-Revision: 1.7 Maintainer: hirokawa Status: ready -->
|
|
<!-- Purpose: basic.text -->
|
|
<!-- Membership: core -->
|
|
|
|
<reference id="ref.strings">
|
|
<title>Strings(文字列関数)</title>
|
|
<titleabbrev>Strings</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="strings.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
以下の関数はすべて、文字列をいろいろな方法で操作します。正規表現や
|
|
<link linkend="ref.url">URL 処理</link>の節にも関連する記述があります。
|
|
</para>
|
|
<para>
|
|
文字列の動作に関する情報、特にシングルクオート、ダブルクオート、
|
|
エスケープシーケンスについては、マニュアルの
|
|
<link linkend="language.types">型</link> の節にある
|
|
<link linkend="language.types.string">文字列</link> エントリを
|
|
参照ください。
|
|
</para>
|
|
</section>
|
|
|
|
<section id="strings.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section id="strings.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
&reference.strings.constants;
|
|
|
|
<section id="strings.seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
より強力な文字列処理および処理関数については、
|
|
<link linkend="ref.regex">POSIX 正規表現関数</link>および
|
|
<link linkend="ref.pcre">Perl 互換正規表現関数</link>
|
|
を参照ください。
|
|
</para>
|
|
</section>
|
|
</partintro>
|
|
|
|
&reference.strings.functions;
|
|
|
|
</reference>
|
|
<!-- 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:
|
|
-->
|
|
|