検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1160 for Object (0.300 sec.)
Abstract constructor of a watcher object 3712
« EvWatcher::clear EvWatcher::feed » PHP Manual EvWatcher Abstract constructor of a watcher object ... r::__construct — Abstract constructor of a watcher object 説明 abstract public EvWatcher::__construct () EvW ... onstruct() is an abstract constructor of a watcher object implemented in the derived classes. パラメータ この ...
https://man.plustar.jp/php/evwatcher.construct.html - [similar]
SNMP の値が返される方法を設定する 3712
« snmp_set_quick_print snmp2_get » PHP Manual SNMP 関数 SNMP の値が返される方法を設定する snmp_s ... 型情報を含まないプレーンな値を返します。 SNMP_VALUE_OBJECT プロパティ value および type をもつオブジェクトを返 ... $ret = "lo"; snmp_set_valueretrieval ( SNMP_VALUE_OBJECT ); $ret = snmpget ( 'localhost' , 'public' , 'IF-M ... IB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see consta ... e] => lo // ) snmp_set_valueretrieval ( SNMP_VALUE_OBJECT | SNMP_VALUE_PLAIN ); $ret = snmpget ( 'localhost' ...
https://man.plustar.jp/php/function.snmp-set-valueretrieval.html - [similar]
ReflectionObject クラス 3689
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... ctionObject クラス ReflectionObject クラス (PHP 5, PHP 7, PHP ... 8) はじめに ReflectionObject クラスは オブジェクトについての情報を報告します。 ... クラス概要 class ReflectionObject extends ReflectionClass { /* 継承した定数 */ const ... tring $ name ; /* メソッド */ public __construct ( object $object ) /* 継承したメソッド */ public static Ref ...
https://man.plustar.jp/php/class.reflectionobject.html - [similar]
Returns a shallow copy of the map 3689
« Ds\Map::__construct Ds\Map::count » PHP Manual Map Returns a shallow copy of the map Ds\Map::c ... の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ... ) [1] => Ds\Pair Object ( [key] => b [value] => 2 ) [2] => Ds\Pair Object ... ーワード: Ds , Returns , map , Map , a , of , the , Object , copy , key ...
https://man.plustar.jp/php/ds-map.copy.html - [similar]
Reverses the map in-place 3689
« Ds\Map::remove Ds\Map::reversed » PHP Manual Map Reverses the map in-place Ds\Map::reverse (PE ... の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 3 ... ) [1] => Ds\Pair Object ( [key] => b [value] => 2 ) [2] => Ds\Pair Object ... 連キーワード: Ds , Reverses , map , Map , the , in , Object , reverse , key , Pair ...
https://man.plustar.jp/php/ds-map.reverse.html - [similar]
Returns a reversed copy 3689
« Ds\Map::reverse Ds\Map::skip » PHP Manual Map Returns a reversed copy Ds\Map::reversed (PECL d ... の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 3 ... ) [1] => Ds\Pair Object ( [key] => b [value] => 2 ) [2] => Ds\Pair Object ... ーワード: reversed , Ds , copy , Map , Returns , a , Object , Pair , key , パラメータ ...
https://man.plustar.jp/php/ds-map.reversed.html - [similar]
Frees the object and removes associated events 3689
« EventHttpRequest::findHeader EventHttpRequest::getBufferEvent » PHP Manual EventHttpRequest Fr ... ees the object and removes associated events EventHttpRequest::fr ... >= 1.4.0-beta) EventHttpRequest::free — Frees the object and removes associated events 説明 public EventHtt ... pRequest::free (): void Frees the object and removes associated events. パラメータ この関数 ...
https://man.plustar.jp/php/eventhttprequest.free.html - [similar]
Create a copy of a GearmanClient object 3689
« GearmanClient::clearCallbacks GearmanClient::__construct » PHP Manual GearmanClient Create a c ... opy of a GearmanClient object GearmanClient::clone (PECL gearman >= 0.5.0) Gearm ... anClient::clone — Create a copy of a GearmanClient object 説明 public GearmanClient::clone (): GearmanClient ... Creates a copy of a GearmanClient object. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/gearmanclient.clone.html - [similar]
Deserialization from BSON 3689
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... er and driver behavior may be undefined. Since PHP objects and arrays cannot have duplicate keys, data could ... rays and documents are converted to PHP arrays and objects, respectively. For compound types, there are thre ... out a __pclass property [1] becomes a PHP stdClass object, with each BSON document key set as a public stdCl ... bedded) with a __pclass property [1] becomes a PHP object of the class name as defined by the __pclass prope ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
Constructs a new SyncMutex object 3689
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... yncMutex::__construct — Constructs a new SyncMutex object 説明 public SyncMutex::__construct ( string $name ... ame The name of the mutex if this is a named mutex object. 注意 : If the name already exists, it must be abl ... eaningless error message. 戻り値 The new SyncMutex object. エラー / 例外 An exception is thrown if the mutex ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]