検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 653 for static (0.081 sec.)
変更履歴 3668
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの ... より前のバージョンでは、参照を代入することによって、 static なプロパティが異なる値になる可能性がありました。 こ ... 指定できるようになりました。 7.0.0 推奨されない変更: static 宣言されていないメソッドに対する static 呼び出しが ... )。 この変数の値に、キーワード ( self や parent 、 static など) を使うことはできません。 5.3.0 変更: オーバー ... ロード メソッドが static 宣言されている場合に E_WARNING レベルのエラーが発生 ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
エクスポートする 3668
« ReflectionProperty::__construct ReflectionProperty::getAttributes » PHP Manual ReflectionPrope ... この関数に頼らないことを強く推奨します。 説明 public static ReflectionProperty::export ( mixed $class , string ... , string , 推奨 , return , 警告 , 削除 , public , static ...
https://man.plustar.jp/php/reflectionproperty.export.html - [similar]
ReflectionClass クラス 3639
« Reflection::getModifierNames ReflectionClass::__construct » PHP Manual リフレクション Reflecti ... onstruct ( object | string $objectOrClass ) public static export ( mixed $argument , bool $return = false ): ... ring public getStartLine (): int | false public getStaticProperties (): ? array public getStaticPropertyValu ... newInstanceWithoutConstructor (): object public setStaticPropertyValue ( string $name , mixed $value ): void ... etStartLine — 開始行を取得する ReflectionClass::getStaticProperties — staticプロパティを取得する ReflectionC ...
https://man.plustar.jp/php/class.reflectionclass.html - [similar]
libev が使うバックエンドを表す整数値を返す 3639
« Ev Ev::depth » PHP Manual Ev libev が使うバックエンドを表す整数値を返す Ev::backend (PECL ev > ... 使うバックエンドを表す整数値を返す 説明 final public static Ev::backend (): int libev が使うバックエンドを表す ... nd , フラグ , マスク , ビット , パラメータ , int , static ...
https://man.plustar.jp/php/ev.backend.html - [similar]
再帰の深さを返す 3639
« Ev::backend Ev::embeddableBackends » PHP Manual Ev 再帰の深さを返す Ev::depth (PECL ev >= 0.2. ... 0) Ev::depth — 再帰の深さを返す 説明 final public static Ev::depth (): int Ev::run() に入った回数から Ev::r ... depth , run , 回数 , パラメータ , final , public , static , int ...
https://man.plustar.jp/php/ev.depth.html - [similar]
トレイト 3639
« 列挙型と定数 定数式における列挙型の値 » PHP Manual 列挙型(Enum) トレイト トレイト 列挙型ではト ... いという点です。 use されるトレイトには、 メソッドと static メソッドだけを含めることができます。 プロパティを持 ... ード: 定数 , use , メソッド , Enum , クラス , 注意 , static , 致命 , エラー , 発生 ...
https://man.plustar.jp/php/language.enumerations.traits.html - [similar]
適切にエスケープされた文字列を返す 3639
« SQLite3::enableExceptions SQLite3::exec » PHP Manual SQLite3 適切にエスケープされた文字列を返す ... g — 適切にエスケープされた文字列を返す 説明 public static SQLite3::escapeString ( string $string ): string S ... string , escapeString , BLOB , 警告 , フィールド , static , public , 関数 , 対応 ...
https://man.plustar.jp/php/sqlite3.escapestring.html - [similar]
Yaf_Loader クラス 3611
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... す。 ブートストラップやプラグインから、コントローラのstaticプロパティにアクセスできます)。 しかし、オートローダ ... otected $ _library ; protected $ _global_library ; static $ _instance ; /* メソッド */ private __construct ( ... ): void public clearLocalNamespace (): void public static getInstance (): void public getLibraryPath ( bool ... es ): string public getNamespaces (): array public static import (): void public isLocalName (): void public ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
デフォルトのイベントループを一時停止する 3611
« Ev::supportedBackends Ev::time » PHP Manual Ev デフォルトのイベントループを一時停止する Ev::su ... ルトのイベントループを一時停止する 説明 final public static Ev::suspend (): void Ev::suspend() と Ev::resume() ... ルト , resume , パラメータ , 関数 , ループ , 再開 , static ...
https://man.plustar.jp/php/ev.suspend.html - [similar]
以前に設定したモックを削除する 3611
« uopz_unset_hook uopz_unset_return » PHP Manual Uopz 関数 以前に設定したモックを削除する uopz_u ... 例1 uopz_unset_mock() の例 <?php class A { public static function who () { echo "A" ; } } class mockA { pub ... lic static function who () { echo "mockA" ; } } uopz_set_mock ...
https://man.plustar.jp/php/function.uopz-unset-mock.html - [similar]