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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.innamespace" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- &return.success;
30
+ このクラスが指定された名前空間内に存在する場合は、&true; を返します。
31
+ そうでない場合は、&false; を返します。
31
32
</para >
32
33
</refsect1 >
33
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isabstract" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- &return.success;
30
+ 抽象クラスである場合は、&true; を返します。
31
+ そうでない場合は、&false; を返します。
31
32
</para >
32
33
</refsect1 >
33
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: mumumu Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isanonymous" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- &return.success;
30
+ 無名クラスの場合は、&true; を返します。
31
+ そうでない場合は、&false; を返します。
31
32
</para >
32
33
</refsect1 >
33
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isfinal" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- &return.success;
30
+ final クラスの場合は、&true; を返します。
31
+ そうでない場合は、&false; を返します。
31
32
</para >
32
33
</refsect1 >
33
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isinstance" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
38
38
<refsect1 role =" returnvalues" >
39
39
&reftitle.returnvalues;
40
40
<para >
41
- &return.success;
41
+ オブジェクトがクラスのインスタンスの場合は、&true; を返します。
42
+ そうでない場合は、&false; を返します。
42
43
</para >
43
44
</refsect1 >
44
45
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
6
6
<refentry xml : id =" reflectionclass.isinstantiable" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
29
29
<refsect1 role =" returnvalues" >
30
30
&reftitle.returnvalues;
31
31
<para >
32
- &return.success;
32
+ クラスのインスタンス化が可能な場合は、&true; を返します。
33
+ そうでない場合は、&false; を返します。
33
34
</para >
34
35
</refsect1 >
35
36
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isinterface" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- &return.success;
30
+ クラスがインターフェイスの場合は、&true; を返します。
31
+ そうでない場合は、&false; を返します。
31
32
</para >
32
33
</refsect1 >
33
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isinternal" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
28
28
<refsect1 role =" returnvalues" >
29
29
&reftitle.returnvalues;
30
30
<para >
31
- &return.success;
31
+ クラスが拡張モジュールやPHPコアの内部で定義されている場合は、
32
+ &true; を返します。
33
+ そうでない場合は、&false; を返します。
32
34
</para >
33
35
</refsect1 >
34
36
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: mumumu Status: ready -->
4
4
5
5
<refentry xml : id =" reflectionclass.isiterable" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- &return.success;
30
+ クラスがイテレーション可能な場合は、&true; を返します。
31
+ そうでない場合は、&false; を返します。
31
32
</para >
32
33
</refsect1 >
33
34
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 84f25609071c1da9110a54776d0eda3d3709cacb Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
6
6
<refentry xml : id =" reflectionclass.issubclassof" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
40
40
<refsect1 role =" returnvalues" >
41
41
&reftitle.returnvalues;
42
42
<para >
43
- &return.success;
43
+ 指定されたクラスやインターフェイスのサブクラスである場合は、
44
+ &true; を返します。
45
+ そうでない場合は、&false; を返します。
44
46
</para >
45
47
</refsect1 >
46
48
You can’t perform that action at this time.
0 commit comments