mirror of
https://github.com/php/doc-ja.git
synced 2026-03-26 16:12:17 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@243670 c90b9560-bf6c-de11-be94-00142212c4b1
68 lines
2.1 KiB
XML
Executable File
68 lines
2.1 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- EN-Revision: 1.4 Maintainer: takagi Status: ready -->
|
|
<!-- Membership: external, pecl -->
|
|
<reference xml:id="ref.bbcode" xmlns="http://docbook.org/ns/docbook">
|
|
<title>BBCode 関数</title>
|
|
<titleabbrev>BBCode</titleabbrev>
|
|
|
|
<partintro>
|
|
<section xml:id="bbcode.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
この拡張モジュールは、BBCode のテキストをパースして
|
|
HTML やその他のマークアップ言語への変換を支援するためのものです。
|
|
正規表現を用いた一般的な手法に比べてはるかに高速にパースすることができます。
|
|
さらに、開始/終了タグの並べ替えをしたり
|
|
閉じ忘れているタグに自動的に終了タグを追加したりして、
|
|
正しい形式の HTML を生成するようにします。
|
|
</para><para>
|
|
0.10.1 以降では、シングルクォートやダブルクォート
|
|
あるいは HTML エスケープしたダブルクォートによる
|
|
引数のクォートをサポートしています。
|
|
</para>
|
|
</section>
|
|
|
|
<!-- Information found in configure.xml -->
|
|
&reference.bbcode.configure;
|
|
|
|
<section xml:id="bbcode.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section xml:id="bbcode.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
BBCode 拡張モジュールで使用するリソースは、
|
|
BBCode_Container です。これは
|
|
<function>bbcode_create</function> が返すものです。
|
|
</para>
|
|
</section>
|
|
<!-- Information found in constants.xml -->
|
|
&reference.bbcode.constants;
|
|
</partintro>
|
|
&reference.bbcode.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:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|