mirror of
https://github.com/php/doc-ja.git
synced 2026-03-25 23:52:16 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
67 lines
2.4 KiB
XML
67 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: takagi Status: ready -->
|
|
|
|
<book xml:id="book.reflection" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>リフレクション</title>
|
|
<titleabbrev>リフレクション</titleabbrev>
|
|
|
|
<preface xml:id="intro.reflection">
|
|
&reftitle.intro;
|
|
<para>
|
|
PHP 5には完全なリフレクション API が付属しており、
|
|
クラス、インターフェイス、関数、メソッド、そして拡張モジュールについて
|
|
リバースエンジニアリングを行うことができます。
|
|
さらに、このリフレクション API は関数、クラス、メソッドに
|
|
関するドキュメントコメントも取得することができます。
|
|
</para>
|
|
<para>
|
|
内部 <acronym>API</acronym> の一部には、Reflection
|
|
拡張モジュールに対応するために必要なコードが欠けているものがあることに注意しましょう。
|
|
たとえば、内部 PHP クラスにはプロパティについてのリフレクションデータがありません。
|
|
しかし、こういった例はバグだと見なされており、見つけたら修正しなければなりません。
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.reflection.setup;
|
|
&reference.reflection.constants;
|
|
&reference.reflection.examples;
|
|
&reference.reflection.extending;
|
|
&reference.reflection.reflection;
|
|
&reference.reflection.reflectionclass;
|
|
&reference.reflection.reflectionzendextension;
|
|
&reference.reflection.reflectionextension;
|
|
&reference.reflection.reflectionfunction;
|
|
&reference.reflection.reflectionfunctionabstract;
|
|
&reference.reflection.reflectionmethod;
|
|
&reference.reflection.reflectionobject;
|
|
&reference.reflection.reflectionparameter;
|
|
&reference.reflection.reflectionproperty;
|
|
&reference.reflection.reflector;
|
|
&reference.reflection.reflectionexception;
|
|
|
|
</book>
|
|
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|
|
|