File tree Expand file tree Collapse file tree 9 files changed +22
-17
lines changed
reflection/reflectionproperty Expand file tree Collapse file tree 9 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 77
77
<refsect1 role =" returnvalues" >
78
78
&reftitle.returnvalues;
79
79
<para >
80
- Returns a (signed) difference of time in the unit associated with the
81
- specified field&return.falseforfailure; .
80
+ 指定されたフィールドに関連付けられた単位で、
81
+ (符号付きで)時刻の差を返します。
82
+ &return.falseforfailure;
82
83
</para >
83
84
</refsect1 >
84
85
Original file line number Diff line number Diff line change 58
58
<para >
59
59
成功時に &true; を返します。
60
60
失敗時に &false; を返します。
61
-
62
- Returns &true; on success and &false; on failure.
63
61
</para >
64
62
</refsect1 >
65
63
Original file line number Diff line number Diff line change 70
70
<member ><constant >IntlChar::CHAR_DIRECTION_CHAR_DIRECTION_COUNT</constant ></member >
71
71
</simplelist >
72
72
73
- Returns &null; on failure.
73
+ 失敗した場合は、 &null; を返します。
74
74
</para >
75
75
</refsect1 >
76
76
Original file line number Diff line number Diff line change 56
56
<refsect1 role =" returnvalues" >
57
57
&reftitle.returnvalues;
58
58
<simpara >
59
- Returns a singly linked list comprised of
60
- <classname >mysqli_warning</classname > or &false; if there are no warnings.
59
+ <classname >mysqli_warning</classname > からなる、
60
+ 単方向リンクリストを返します。
61
+ 警告がない場合は、&false; を返します。
61
62
</simpara >
62
63
</refsect1 >
63
64
Original file line number Diff line number Diff line change 27
27
<refsect1 role =" returnvalues" >
28
28
&reftitle.returnvalues;
29
29
<para >
30
- Returns an associative &array; where the key is the name of the interface and
31
- the value an associative array of interface attributes,
30
+ 連想配列を返します。
31
+ その内容は、キーがインターフェイスの名前で、
32
+ 値がインターフェイスの属性を示す連想配列です。
32
33
&return.falseforfailure; .
33
34
</para >
34
35
<para >
35
- Each interface associative array contains :
36
+ インターフェイスごとの連想配列は、下記を含みます :
36
37
<table >
37
38
<title >インターフェイスの属性</title >
38
39
<tgroup cols =" 2" >
83
84
</para >
84
85
<para >
85
86
<table >
86
- <title >Unicast attributes </title >
87
+ <title >ユニキャストの属性 </title >
87
88
<tgroup cols =" 2" >
88
89
<thead >
89
90
<row >
Original file line number Diff line number Diff line change 62
62
<refsect1 role =" returnvalues" >
63
63
&reftitle.returnvalues;
64
64
<para >
65
- Returns &false; .
65
+ &false; を返します。
66
66
</para >
67
67
</refsect1 >
68
68
Original file line number Diff line number Diff line change 35
35
<refsect1 role =" returnvalues" >
36
36
&reftitle.returnvalues;
37
37
<simpara >
38
- Returns &true; if the hook is defined on this property, &false; if not.
38
+ このプロパティにフックが定義されている場合、
39
+ &true; を返します。
40
+ そうでない場合は、&false; を返します。
39
41
</simpara >
40
42
</refsect1 >
41
43
Original file line number Diff line number Diff line change 31
31
<refsect1 role =" returnvalues" >
32
32
&reftitle.returnvalues;
33
33
<simpara >
34
- Returns &true; if the property is explicitly marked <literal >final</literal >,
35
- or if it is implicitly <literal >final</literal > due to being <literal >private(set)</literal >.
36
- Returns &false; otherwise.
34
+ プロパティが明示的に <literal >final</literal >
35
+ とマークされている場合、&true; を返します。
36
+ また、<literal >private(set)</literal > によって暗黙のうちに
37
+ <literal >final</literal > となっている場合も、&true; を返します。
38
+ それ以外の場合は、&false; を返します。
37
39
</simpara >
38
40
</refsect1 >
39
41
Original file line number Diff line number Diff line change 62
62
<refsect1 role =" returnvalues" >
63
63
&reftitle.returnvalues;
64
64
<simpara >
65
- Returns an <classname >XMLReader</classname >.
65
+ <classname >XMLReader</classname > を返します。
66
66
</simpara >
67
67
</refsect1 >
68
68
You can’t perform that action at this time.
0 commit comments