File tree Expand file tree Collapse file tree 10 files changed +32
-20
lines changed
reference/reflection/reflectionclass Expand file tree Collapse file tree 10 files changed +32
-20
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" reflectionclass.innamespace" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2727 <refsect1 role =" returnvalues" >
2828 &reftitle.returnvalues;
2929 <para >
30- &return.success;
30+ このクラスが指定された名前空間内に存在する場合は、&true; を返します。
31+ そうでない場合は、&false; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" reflectionclass.isabstract" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2727 <refsect1 role =" returnvalues" >
2828 &reftitle.returnvalues;
2929 <para >
30- &return.success;
30+ 抽象クラスである場合は、&true; を返します。
31+ そうでない場合は、&false; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: mumumu Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: mumumu Status: ready -->
44
55<refentry xml : id =" reflectionclass.isanonymous" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2727 <refsect1 role =" returnvalues" >
2828 &reftitle.returnvalues;
2929 <para >
30- &return.success;
30+ 無名クラスの場合は、&true; を返します。
31+ そうでない場合は、&false; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" reflectionclass.isfinal" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2727 <refsect1 role =" returnvalues" >
2828 &reftitle.returnvalues;
2929 <para >
30- &return.success;
30+ final クラスの場合は、&true; を返します。
31+ そうでない場合は、&false; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" reflectionclass.isinstance" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
3838 <refsect1 role =" returnvalues" >
3939 &reftitle.returnvalues;
4040 <para >
41- &return.success;
41+ オブジェクトがクラスのインスタンスの場合は、&true; を返します。
42+ そうでない場合は、&false; を返します。
4243 </para >
4344 </refsect1 >
4445
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55
66<refentry xml : id =" reflectionclass.isinstantiable" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2929 <refsect1 role =" returnvalues" >
3030 &reftitle.returnvalues;
3131 <para >
32- &return.success;
32+ クラスのインスタンス化が可能な場合は、&true; を返します。
33+ そうでない場合は、&false; を返します。
3334 </para >
3435 </refsect1 >
3536
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" reflectionclass.isinterface" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2727 <refsect1 role =" returnvalues" >
2828 &reftitle.returnvalues;
2929 <para >
30- &return.success;
30+ クラスがインターフェイスの場合は、&true; を返します。
31+ そうでない場合は、&false; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" reflectionclass.isinternal" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2828 <refsect1 role =" returnvalues" >
2929 &reftitle.returnvalues;
3030 <para >
31- &return.success;
31+ クラスが拡張モジュールやPHPコアの内部で定義されている場合は、
32+ &true; を返します。
33+ そうでない場合は、&false; を返します。
3234 </para >
3335 </refsect1 >
3436
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: mumumu Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: mumumu Status: ready -->
44
55<refentry xml : id =" reflectionclass.isiterable" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
2727 <refsect1 role =" returnvalues" >
2828 &reftitle.returnvalues;
2929 <para >
30- &return.success;
30+ クラスがイテレーション可能な場合は、&true; を返します。
31+ そうでない場合は、&false; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55
66<refentry xml : id =" reflectionclass.issubclassof" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
4040 <refsect1 role =" returnvalues" >
4141 &reftitle.returnvalues;
4242 <para >
43- &return.success;
43+ 指定されたクラスやインターフェイスのサブクラスである場合は、
44+ &true; を返します。
45+ そうでない場合は、&false; を返します。
4446 </para >
4547 </refsect1 >
4648
You can’t perform that action at this time.
0 commit comments