検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 827 for [SIMILAR] 16 1024 4096 WITH 41015 soapfault WITH... (0.728 sec.)
クラスの抽象化 0
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象化 クラスの抽象化 PHP には、抽象クラスと抽象メソッドの機能があります。 abstract として定義されたクラスのインスタンスを生成することはできません。 1つ以上の抽象メソッドを含む全てのクラスもまた抽 ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
ReflectionProperty オブジェクトを作成する 0
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty ReflectionProperty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) ReflectionProperty::__construct — ReflectionProperty オブジェクトを作成する 説明 public ReflectionPrope ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
エラー処理およびログ記録 0
« Componere\cast_by_ref はじめに » PHP Manual PHP の振る舞いの変更 エラー処理およびログ記録 エラー処理およびログ記録 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 エラー処理関数 debug_backtrace — バックトレースを生成する debug_print_backtrace — バ ...
https://man.plustar.jp/php/book.errorfunc.html - [similar]
Throwable 0
« IteratorAggregate::getIterator Throwable::getMessage » PHP Manual 定義済みのインターフェイスとクラス Throwable Throwable (PHP 7, PHP 8) はじめに Throwable は、 throw 文でスロー可能なあらゆるオブジェクトが実装する基底インターフェイスです。 Error や Exception も、これを実装しています。 注 ...
https://man.plustar.jp/php/class.throwable.html - [similar]
Sets a type map to use for BSON unserialization 0
« MongoDB\Driver\Cursor::rewind MongoDB\Driver\Cursor::toArray » PHP Manual MongoDB\Driver\Cursor Sets a type map to use for BSON unserialization MongoDB\Driver\Cursor::setTypeMap (mongodb >=1.0.0) MongoDB\Driver\Cursor::setTypeMap — Sets a type map to use for BSON unserialization 説明 f ...
https://man.plustar.jp/php/mongodb-driver-cursor.settypemap.html - [similar]
Returns the ReadPreference's "maxStalenessSeconds" option 0
« MongoDB\Driver\ReadPreference::getHedge MongoDB\Driver\ReadPreference::getMode » PHP Manual MongoDB\Driver\ReadPreference Returns the ReadPreference's "maxStalenessSeconds" option MongoDB\Driver\ReadPreference::getMaxStalenessSeconds (mongodb >=1.2.0) MongoDB\Driver\ReadPreference::get ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmaxstalenessseconds.... - [similar]
Returns any write concern error that occurred 0
« MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Manual MongoDB\Driver\WriteResult Returns any write concern error that occurred MongoDB\Driver\WriteResult::getWriteConcernError (mongodb >=1.0.0) MongoDB\Driver\WriteResult::getWriteConcernErro ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html - [similar]
URL を組み立てる 0
« Yaf_Route_Supervar Yaf_Route_Supervar::__construct » PHP Manual Yaf_Route_Supervar URL を組み立てる Yaf_Route_Supervar::assemble (Yaf >=2.3.0) Yaf_Route_Supervar::assemble — URL を組み立てる 説明 public Yaf_Route_Supervar::assemble ( array $info , array $query = ? ): string URL を組み立 ...
https://man.plustar.jp/php/yaf-route-supervar.assemble.html - [similar]
Yaf_Session クラス 0
« Yaf_Route_Supervar::route Yaf_Session::__construct » PHP Manual Yaf Yaf_Session クラス Yaf_Session クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Session implements Iterator , ArrayAccess , Countable { /* プロパティ */ protected static $ _instance ; protected $ _session ; protected ...
https://man.plustar.jp/php/class.yaf-session.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]