検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 218 for [SIMILAR] 16 1024 4096 WITH 25435 reflectionmeth... (0.211 sec.)
static キーワード 0
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード static キーワード ヒント このページでは、 static キーワードを使って static メソッド や static プロパティを定義する方法を説明します。 static は、 static 変数 や 遅延静的束縛 にも使えます。これらの ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
0
« コメント はじめに » PHP Manual 言語リファレンス 型 型 目次 はじめに 論理型 (boolean) 整数 浮動小数点数 文字列 数値形式の文字列 配列 Iterable オブジェクト 列挙型 / Enum リソース NULL コールバック / Callable 型宣言 型の相互変換 関連キーワード: 型 , Iterable , 相互 , 宣言 , Callable , リソ ...
https://man.plustar.jp/php/language.types.html - [similar]
Iterable 0
« 配列 オブジェクト » PHP Manual 型 Iterable Iterable Iterable は PHP 7.1 で導入された疑似型です。 array 、あるいは Traversable インターフェイスを実装したオブジェクトを 許容します。これらの型は、いずれも foreach で繰り返し可能であり、また、 ジェネレータ 内で yield from できます。 Iterabl ...
https://man.plustar.jp/php/language.types.iterable.html - [similar]
クラス定数のドキュメントコメントを取得する 0
« ReflectionClassConstant::getDeclaringClass ReflectionClassConstant::getModifiers » PHP Manual ReflectionClassConstant クラス定数のドキュメントコメントを取得する ReflectionClassConstant::getDocComment (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::getDocComment — クラス定数のドキュメン ...
https://man.plustar.jp/php/reflectionclassconstant.getdoccomment.html - [similar]
アトリビュート 0
« ジェネレータと Iterator オブジェクトとの比較 アトリビュートの概要 » PHP Manual 言語リファレンス アトリビュート アトリビュート 目次 アトリビュートの概要 アトリビュートの文法 リフレクションAPI を使ってアトリビュートを読み取る アトリビュートクラスを宣言する 関連キーワード: アトリビュート ...
https://man.plustar.jp/php/language.attributes.html - [similar]
リファレンスの説明 0
« アトリビュートクラスを宣言する リファレンスとは? » PHP Manual 言語リファレンス リファレンスの説明 リファレンスの説明 目次 リファレンスとは? リファレンスが行うことは何ですか? リファレンスが行わないこと リファレンス渡し リファレンスを返す リファレンスの解除 リファレンスの適用範囲 関連キー ...
https://man.plustar.jp/php/language.references.html - [similar]
プロパティのドキュメントコメントを取得する 0
« ReflectionProperty::getDefaultValue ReflectionProperty::getModifiers » PHP Manual ReflectionProperty プロパティのドキュメントコメントを取得する ReflectionProperty::getDocComment (PHP 5 >= 5.1.0, PHP 7, PHP 8) ReflectionProperty::getDocComment — プロパティのドキュメントコメントを取得する ...
https://man.plustar.jp/php/reflectionproperty.getdoccomment.html - [similar]
Stringable インターフェイス 0
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス Stringable インターフェイス Stringable インターフェイス (PHP 8) はじめに Stringable インターフェイスは、 特定のクラスが __toString() メソッドを実装していることを示します。 ほとんどのインターフェ ...
https://man.plustar.jp/php/class.stringable.html - [similar]
名前空間の使用法: エイリアス/インポート 0
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使用法: エイリアス/インポート 名前空間の使用法: エイリアス/インポート (PHP 5 >= 5.3.0, PHP 7, PHP 8) 外部の完全修飾名をエイリアスで参照したりインポートしたりする機能は、 名前空間において非常に重 ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]