検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 577 for [SIMILAR] 16 1024 4096 WITH 11922 interface WITH... (0.514 sec.)
クラスのオートローディング 0
« オブジェクト定数 コンストラクタとデストラクタ » PHP Manual クラスとオブジェクト クラスのオートローディング クラスのオートローディング オブジェクト指向アプリケーションを作成する開発者の多くは、 クラス定義毎に一つのPHPソースファイルを作成します。 最大の問題は、各スクリプトの先頭に、必要な ...
https://man.plustar.jp/php/language.oop5.autoload.html - [similar]
The Hashable interface 0
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface The Hashable interface (No version information available, might only be in Git) はじめに Hashable is an interface which allows objects to be used as keys. It's an alternative to spl_object_ha ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
The MongoDB\BSON\Persistable interface 0
« MongoDB\BSON\Type MongoDB\BSON\Serializable » PHP Manual MongoDB\BSON The MongoDB\BSON\Persistable interface The MongoDB\BSON\Persistable interface (mongodb >=1.0.0) はじめに Classes may implement this interface to take advantage of automatic ODM (object document mapping) behavior in t ...
https://man.plustar.jp/php/class.mongodb-bson-persistable.html - [similar]
クラス/オブジェクト関数 0
« 例 __autoload » PHP Manual クラス/オブジェクト クラス/オブジェクト関数 クラス/オブジェクト関数 目次 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアスを作成する class_exists — クラスが定義済みかどうかを確認する enum_exists — 列挙型が定義されているかを調べる ge ...
https://man.plustar.jp/php/ref.classobj.html - [similar]
Standard PHP Library (SPL) 0
« SeasLog::warning はじめに » PHP Manual その他の基本モジュール Standard PHP Library (SPL) Standard PHP Library (SPL) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 データ構造 SplDoublyLinkedList — SplDoublyLinkedList クラス SplStack — SplStack クラス ...
https://man.plustar.jp/php/book.spl.html - [similar]
クラス/オブジェクトの情報 0
« usort はじめに » PHP Manual 変数・データ型関連 クラス/オブジェクトの情報 クラス/オブジェクトの情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 クラス/オブジェクト関数 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアス ...
https://man.plustar.jp/php/book.classobj.html - [similar]
The MongoDB\Driver\Monitoring\SDAMSubscriber interface 0
« MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded MongoDB\Driver\Monitoring\SDAMSubscriber::serverChanged » PHP Manual MongoDB\Driver\Monitoring The MongoDB\Driver\Monitoring\SDAMSubscriber interface The MongoDB\Driver\Monitoring\SDAMSubscriber interface (mongodb >=1.13.0) ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-sdamsubscriber.html - [similar]
SessionIdInterface クラス 0
« SessionHandlerInterface::write SessionIdInterface::create_sid » PHP Manual Sessions SessionIdInterface クラス SessionIdInterface クラス (PHP 5 >= 5.5.1, PHP 7, PHP 8) はじめに SessionIdInterface は カスタムのセッションハンドラを作成するためのオプションのメソッドを定義します。 オブジェク ...
https://man.plustar.jp/php/class.sessionidinterface.html - [similar]
SessionUpdateTimestampHandlerInterface クラス 0
« SessionIdInterface::create_sid SessionUpdateTimestampHandlerInterface::updateTimestamp » PHP Manual Sessions SessionUpdateTimestampHandlerInterface クラス SessionUpdateTimestampHandlerInterface クラス (PHP 7, PHP 8) はじめに SessionUpdateTimestampHandlerInterface は カスタムセッションハ ...
https://man.plustar.jp/php/class.sessionupdatetimestamphandlerinterface.html - [similar]
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]