検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1160 for Object (0.029 sec.)
中に含むオブジェクトの一意な識別子を算出する 3288
« SplObjectStorage::detach SplObjectStorage::getInfo » PHP Manual SplObjectStorage 中に含むオブジ ... ェクトの一意な識別子を算出する SplObjectStorage::getHash (PHP 5 >= 5.4.0, PHP 7, PHP 8) Spl ... オブジェクトの一意な識別子を算出する 説明 public SplObjectStorage::getHash ( object $object ): string このメソ ... ッドは、 SplObjectStorage オブジェクトに追加されたオブジェクトの識別子 ... を算出します。 SplObjectStorage の実装では、 spl_object_hash() と同じ値を返 ...
https://man.plustar.jp/php/splobjectstorage.gethash.html - [similar]
次のエントリに移動する 3288
« SplObjectStorage::key SplObjectStorage::offsetExists » PHP Manual SplObjectStorage 次のエントリ ... に移動する SplObjectStorage::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplObj ... rage::next — 次のエントリに移動する 説明 public SplObjectStorage::next (): void イテレータを、ストレージ内の ... ータはありません。 戻り値 値を返しません。 例 例1 SplObjectStorage::next() の例 <?php $s = new SplObjectStorag ... ; while( $s -> valid ()) { $index = $s -> key (); $object = $s -> current (); // current($s) と同等 var_dump ...
https://man.plustar.jp/php/splobjectstorage.next.html - [similar]
Remove item from poll set 3288
« ZMQPoll::poll ZMQDevice » PHP Manual ZMQPoll Remove item from poll set ZMQPoll::remove (PECL z ... the poll set. The item parameter can be ZMQSocket object, a stream resource or the id returned from ZMQPoll ... ::add() method. パラメータ item The ZMQSocket object, PHP stream or string id of the item. 戻り値 Retur ... ns true if the item was removed and false if the object with given id does not exist in the poll set. 関連 ...
https://man.plustar.jp/php/zmqpoll.remove.html - [similar]
Constructs an EvTimer watcher object 3264
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher object ... Timer::__construct — Constructs an EvTimer watcher object 説明 public EvTimer::__construct ( float $after , ... int $priority = 0 ) Constructs an EvTimer watcher object. パラメータ after Configures the timer to trigger ... :createStopped() - Creates EvTimer stopped watcher object EvPeriodic » ev_timer - relative and optionally re ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
のエイリアス ibase_fetch_assoc 3264
« fbird_execute fbird_fetch_object » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_fetch ... h_row() - のエイリアス ibase_fetch_row fbird_fetch_object() - のエイリアス ibase_fetch_object 関連キーワード ...
https://man.plustar.jp/php/function.fbird-fetch-assoc.html - [similar]
のエイリアス ibase_fetch_row 3264
« fbird_fetch_object fbird_field_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_fe ... soc() - のエイリアス ibase_fetch_assoc fbird_fetch_object() - のエイリアス ibase_fetch_object 関連キーワード ...
https://man.plustar.jp/php/function.fbird-fetch-row.html - [similar]
拡張モジュールの関数を取得する 3264
« ReflectionExtension::getDependencies ReflectionExtension::getINIEntries » PHP Manual Reflectio ... rray ( [simplexml_load_file] => ReflectionFunction Object ( [name] => simplexml_load_file ) [simplexml_load_ ... string] => ReflectionFunction Object ( [name] => simplexml_load_string ) [simplexml_imp ... ort_dom] => ReflectionFunction Object ( [name] => simplexml_import_dom ) ) 参考 Reflecti ... lexml , ReflectionFunction , load , getFunctions , Object ...
https://man.plustar.jp/php/reflectionextension.getfunctions.html - [similar]
Returns the client options set internally 3264
« SolrClient::getDebug SolrClient::optimize » PHP Manual SolrClient Returns the client options s ... returned are readonly and can only be set when the object is instantiated. パラメータ この関数にはパラメータ ... rray containing all the options for the SolrClient object set internally. 参考 SolrClient::__construct() - C ... onstructor for the SolrClient object 関連キーワード: Returns , internally , options , t ...
https://man.plustar.jp/php/solrclient.getoptions.html - [similar]
文書の配列表現を返す 3264
« SolrDocument::sort SolrDocument::unserialize » PHP Manual SolrDocument 文書の配列表現を返す So ... => 3 [fields] => Array ( [0] => SolrDocumentField Object ( [name] => id [boost] => 0 [values] => Array ( [0 ... ] => 1123 ) ) [1] => SolrDocumentField Object ( [name] => features [boost] => 0 [values] => Arra ... st development cycles ) ) [2] => SolrDocumentField Object ( [name] => cat [boost] => 0 [values] => Array ( [ ... , 配列 , SolrDocument , Array , toArray , boost , Object , SolrDocumentField , values ...
https://man.plustar.jp/php/solrdocument.toarray.html - [similar]
オブジェクトをストレージに追加する 3264
« SplObjectStorage::addAll SplObjectStorage::contains » PHP Manual SplObjectStorage オブジェクト ... をストレージに追加する SplObjectStorage::attach (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplO ... オブジェクトをストレージに追加する 説明 public SplObjectStorage::attach ( object $object , mixed $info = nu ... ンでそれを何らかのデータに関連づけます。 パラメータ object 追加したいオブジェクト。 info object に関連づけるデ ... ータ。 戻り値 値を返しません。 例 例1 SplObjectStorage::attach() の例 <?php $o1 = new StdClass ; $ ...
https://man.plustar.jp/php/splobjectstorage.attach.html - [similar]