検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 393 for 実装 (0.010 sec.)
オブジェクト インターフェイス 10209
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジ ... オブジェクト インターフェイスを使うと、 メソッドの実装を定義せずに、 クラスが実装する必要があるメソッドを指 ... ass のかわりに interface を用います。またメソッドの実装は全く定義しません。 インターフェイス内で宣言される全 ... 互いを補完する役割があります。 同じインターフェイスを実装していることで、 開発者が交換可能な異なるクラスを作成 ... ゲートウェイ、 異なるキャッシュ戦略が挙げられます。 実装が異なっていても、 それを使うコードに変更を加えること ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
DOM 実装が、指定した機能を実装しているかどうかを調べる 8500
« DOMImplementation::createDocumentType DOMNamedNodeMap » PHP Manual DOMImplementation DOM 実装... 、指定した機能を実装しているかどうかを調べる DOMImplementation::hasFeatu ... PHP 7, PHP 8) DOMImplementation::hasFeature — DOM 実装が、指定した機能を実装しているかどうかを調べる 説明 ... re ( string $feature , string $version ): bool DOM 実装が、指定した機能 feature を実装しているかどうかを調べ ... がサポートされているかどうかを調べる 関連キーワード: 実装 , 機能 , 指定 , DOMImplementation , メソッド , fea ...
https://man.plustar.jp/php/domimplementation.hasfeature.html - [similar]
定義済み定数 8242
« リソース型 iconv 関数 » PHP Manual iconv 定義済み定数 定義済み定数 この拡張モジュールで使用され ... る iconv 実装の種類を実行時に調べることができます。 iconv で実装... れている定数 名前 型 説明 ICONV_IMPL string 実装の名前 ICONV_VERSION string 実装のバージョン 注意 : ... これらの定数を用いて実装に依存するスクリプトを書くことは全く推奨されません。 ... るビットマスク 関連キーワード: 定数 , 定義 , iconv , 実装 , 名前 , ビット , decode , mime , int , string ...
https://man.plustar.jp/php/iconv.constants.html - [similar]
Traversable インターフェイス 7991
« 定義済みのインターフェイスとクラス Iterator » PHP Manual 定義済みのインターフェイスとクラス Tr ... ェイスです。 これは抽象インターフェイスであり、単体で実装することはできません。 IteratorAggregate あるいは It ... erator を実装しなければなりません。 注意 : このインターフェイスを ... することができます。 IteratorAggregate や Iterator を実装する必要はありません。 注意 : これは内部エンジンのイ ... ンターフェイスであり、PHP スクリプト内で実装することはできません。 そのかわりに IteratorAggregat ...
https://man.plustar.jp/php/class.traversable.html - [similar]
Yaf_Registry はシングルトンを実装する 7292
« Yaf_Registry Yaf_Registry::del » PHP Manual Yaf_Registry Yaf_Registry はシングルトンを実装する ... gistry::__construct — Yaf_Registry はシングルトンを実装する 説明 private Yaf_Registry::__construct () パラメ ... ありません。 戻り値 関連キーワード: Yaf , Registry , 実装 , construct , パラメータ , private , 関数 , ...
https://man.plustar.jp/php/yaf-registry.construct.html - [similar]
インターフェイスの実装を調べる 7163
« ReflectionClass::hasProperty ReflectionClass::inNamespace » PHP Manual ReflectionClass インター ... フェイスの実装を調べる ReflectionClass::implementsInterface (PHP 5 ... tionClass::implementsInterface — インターフェイスの実装を調べる 説明 public ReflectionClass::implementsInte ... lass | string $interface ): bool インターフェイスを実装しているかどうかを調べます。 パラメータ interface イ ... インターフェイス 関連キーワード: ReflectionClass , 実装 , implementsInterface , 確認 , 宣言 , exists , isS ...
https://man.plustar.jp/php/reflectionclass.implementsinterface.html - [similar]
実行時にインターフェイスを実装させる 7102
« uopz_get_static uopz_overload » PHP Manual Uopz 関数 実行時にインターフェイスを実装させる uopz ... 7.1.0) uopz_implement — 実行時にインターフェイスを実装させる 説明 uopz_implement ( string $class , string ... $interface ): bool class に interface を実装させます。 パラメータ class interface 戻り値 成功した ... string(11) "myInterface" } 関連キーワード: uopz , 実装 , 実行 , implement , string , myInterface , 関数 , ...
https://man.plustar.jp/php/function.uopz-implement.html - [similar]
アトリビュートの概要 7102
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュ ... とができます。 アトリビュートを使うと、機能の抽象的な実装と、アプリケーションでの具体的な利用を分離できます。 ... この点でアトリビュートは、インターフェイスとその実装と比較できます。 インターフェイスとその実装はコードに ... 釈を付けるものです。 インターフェイスはクラスによって実装できますが、 アトリビュートはメソッドや関数、引数、プ ... ctionHandler があるとします。 この ActionHandler の実装は、セットアップが必須なものもありますが、 そうでない ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]
__autoload() のデフォルト実装 6783
« spl_autoload_unregister spl_classes » PHP Manual SPL 関数 __autoload() のデフォルト実装 spl_au ... 7, PHP 8) spl_autoload — __autoload() のデフォルト実装 説明 spl_autoload ( string $class , ? string $file ... null ): void この関数は、 __autoload() のデフォルト実装として使用されることを意図しています。 ほかに何も指定 ... nullable になりました。 関連キーワード: autoload , 実装 , デフォルト , file , extensions , クラス , 関数 , ...
https://man.plustar.jp/php/function.spl-autoload.html - [similar]
Throwable 6714
« IteratorAggregate::getIterator Throwable::getMessage » PHP Manual 定義済みのインターフェイスと ... e は、 throw 文でスロー可能なあらゆるオブジェクトが実装する基底インターフェイスです。 Error や Exception も ... 、これを実装しています。 注意 : PHP のクラスが Throwable インター ... フェイスを直接実装することはできません。 そのかわりに、 Exception を継 ... ジョン 説明 8.0.0 Throwable は、 Stringable を新たに実装しました。 目次 Throwable::getMessage — メッセージを ...
https://man.plustar.jp/php/class.throwable.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT