検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1160 for Object (0.020 sec.)
Creates EvTimer stopped watcher object 3823
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... r::createStopped — Creates EvTimer stopped watcher object 説明 final public static EvTimer::createStopped ( ... ity = 0 ): EvTimer Creates EvTimer stopped watcher object. Unlike EvTimer::__construct() , this method doesn ... ty Watcher priority 戻り値 Returns EvTimer watcher object on success. 例 例1 Monotor changes of /var/log/mes ... mer::__construct() - Constructs an EvTimer watcher object EvPeriodic 関連キーワード: EvTimer , watcher , sto ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
Creates an FFI\CType object from a C declaration 3800
« FFI::string FFI::typeof » PHP Manual FFI Creates an FFI\CType object from a C declaration FFI: ... >= 7.4.0, PHP 8) FFI::type — Creates an FFI\CType object from a C declaration 説明 public static FFI::type ... Type This function creates and returns a FFI\CType object for the given string containing a C type declarati ... ated. 戻り値 Returns the freshly created FFI\CType object, or null on failure. 関連キーワード: CType , type ...
https://man.plustar.jp/php/ffi.type.html - [similar]
変数がオブジェクトかどうかを検査する 3800
« is_numeric is_real » PHP Manual 変数操作 関数 変数がオブジェクトかどうかを検査する is_object ( ... PHP 4, PHP 5, PHP 7, PHP 8) is_object — 変数がオブジェクトかどうかを検査する 説明 is_obj ... パラメータ value 評価する変数。 戻り値 もし value が object 型 の場合 true 、 そうでない場合は false を返します ... シリアライズ化されていないオブジェクトに対して、 is_object() 関数は true を返すようになりました。 これより前の ... バージョンでは、 false を返していました。 例 例1 is_object() の例 <?php // オブジェクトから配列を返す // シン ...
https://man.plustar.jp/php/function.is-object.html - [similar]
Constructs the object from a BSON array or document 3800
« MongoDB\BSON\Unserializable MongoDB\BSON\BinaryInterface » PHP Manual MongoDB\BSON\Unserializa ... ble Constructs the object from a BSON array or document MongoDB\BSON\Unseria ... N\Unserializable::bsonUnserialize — Constructs the object from a BSON array or document 説明 abstract public ... $data ): void Called during unserialization of the object from BSON. The properties of the BSON array or doc ... 注意 : This method acts as the constructor of the object. The __construct() method will not be called after ...
https://man.plustar.jp/php/mongodb-bson-unserializable.bsonunserialize.html - [similar]
The parallel\Events\Input class 3776
« parallel\Events::poll parallel\Events\Input::add » PHP Manual parallel The parallel\Events\Inp ... l\Events\Input class (0.9.0) Events Input An Input object is a container for data that the parallel\Events o ... bject will write to parallel\Channel objects as they become available. Multiple event loops ma ... when it is set as the input for a parallel\Events object. 注意 : When a parallel\Events object performs a w ... rite, the target is removed from the input object as if parallel\Events\Input::remove() were called. ...
https://man.plustar.jp/php/class.parallel-events-input.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 3776
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... いるか) どうかを調べる 説明 is_subclass_of ( mixed $object_or_class , string $class , bool $allow_string = tr ... ue ): bool 指定した object_or_class が、その親のひとつに class を持つか (ある ... ss を実装しているか) どうかを調べます。 パラメータ object_or_class クラス名あるいはオブジェクトのインスタンス ... パラメータを false にすると、 クラス名を表す文字列を object_or_class に指定できなくなります。 そして、クラスが ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
Collapses the result set to a single document per group 3776
« SolrQuery::addStatsField SolrQuery::__construct » PHP Manual SolrQuery Collapses the result se ... lapseFunction 戻り値 Returns the current SolrQuery object 例 例1 SolrQuery::collapse() example <?php include ... 上の例の出力は、 たとえば以下のようになります。 SolrObject Object ( [responseHeader] => SolrObject Object ( [ ... status] => 0 [QTime] => 1 [params] => SolrObject Object ( [q] => *:* [indent] => on [fq] => {!colla ... [version] => 2.2 [wt] => xml ) ) [response] => SolrObject Object ( [numFound] => 14 [start] => 0 [docs] => A ...
https://man.plustar.jp/php/solrquery.collapse.html - [similar]
Creates a new map using values from the current instance and another map 3753
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren ... の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ... ) [1] => Ds\Pair Object ( [key] => b [value] => 3 ) [2] => Ds\Pair Object ... ( [key] => c [value] => 4 ) [3] => Ds\Pair Object ( [key] => d [value] => 5 ) ) 関連キーワード: Ds , ... map , Map , instance , Object , Pair , union , key , new , values ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
Construct a new Javascript 3753
« MongoDB\BSON\Javascript MongoDB\BSON\Javascript::getCode » PHP Manual MongoDB\BSON\Javascript ... N\Javascript::__construct ( string $code , array | object $scope = ? ) パラメータ code ( string ) Javascript ... code. scope ( array | object ) Javascript scope. エラー / 例外 引数のパースに失 ... ump ( $codews ); ?> 上の例の出力は以下となります。 object(MongoDB\BSON\Javascript)#1 (2) { ["javascript"]=> ... string(24) "function() { return 1; }" ["scope"]=> object(stdClass)#2 (0) { } } object(MongoDB\BSON\Javascri ...
https://man.plustar.jp/php/mongodb-bson-javascript.construct.html - [similar]
Creates a new FFI object 3730
« FFI::cast FFI::free » PHP Manual FFI Creates a new FFI object FFI::cdef (PHP 7 >= 7.4.0, PHP 8 ... ) FFI::cdef — Creates a new FFI object 説明 public static FFI::cdef ( string $code = "" , ... ? string $lib = null ): FFI Creates a new FFI object. パラメータ code A string containing a sequence of ... se symbols. 戻り値 Returns the freshly created FFI object. 変更履歴 バージョン 説明 8.0.0 lib is nullable no ...
https://man.plustar.jp/php/ffi.cdef.html - [similar]