検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1160 for Object (0.041 sec.)
Return the ReadPreference for the Manager 3421
« MongoDB\Driver\Manager::getReadConcern MongoDB\Driver\Manager::getServers » PHP Manual MongoDB ... ?> 上の例の出力は、 たとえば以下のようになります。 object(MongoDB\Driver\ReadPreference)#2 (1) { ["mode"]=> ... string(7) "primary" } object(MongoDB\Driver\ReadPreference)#1 (2) { ["mode"]=> ... ) "secondaryPreferred" ["tags"]=> array(3) { [0]=> object(stdClass)#3 (2) { ["dc"]=> string(2) "ny" ["rack"] ... => string(1) "1" } [1]=> object(stdClass)#4 (1) { ["dc"]=> string(2) "ny" } [2]=> ...
https://man.plustar.jp/php/mongodb-driver-manager.getreadpreference.html - [similar]
Closure クラス 3398
« Serializable::unserialize Closure::__construct » PHP Manual 定義済みのインターフェイスとクラス ... truct () public static bind ( Closure $closure , ? object $newThis , object | string | null $newScope = "sta ... tic" ): ? Closure public bindTo ( ? object $newThis , object | string | null $newScope = "sta ... tic" ): ? Closure public call ( object $newThis , mixed ...$args ): mixed public static f ...
https://man.plustar.jp/php/class.closure.html - [similar]
ReflectionEnum クラス 3398
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... tring $ name ; /* メソッド */ public __construct ( object | string $objectOrClass ) public getBackingType () ... inal (): bool public ReflectionClass::isInstance ( object $object ): bool public ReflectionClass::isInstanti ... c ReflectionClass::newInstance ( mixed ...$args ): object public ReflectionClass::newInstanceArgs ( array $a ... rgs = [] ): ? object public ReflectionClass::newInstanceWithoutConstruc ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
ReflectionProperty クラス 3398
« ReflectionParameter::__toString ReflectionProperty::__clone » PHP Manual リフレクション Reflec ... ring $ class ; /* メソッド */ public __construct ( object | string $class , string $property ) private __clo ... c getType (): ? ReflectionType public getValue ( ? object $object = null ): mixed public hasDefaultValue (): ... public isDefault (): bool public isInitialized ( ? object $object = null ): bool public isPrivate (): bool p ... sible ( bool $accessible ): void public setValue ( object $object , mixed $value ): void public setValue ( m ...
https://man.plustar.jp/php/class.reflectionproperty.html - [similar]
すべての SNMP オブジェクトをエージェントから取得する 3398
« snmp3_set snmpget » PHP Manual SNMP 関数 すべての SNMP オブジェクトをエージェントから取得する ... col , string $privacy_passphrase , array | string $object_id , int $timeout = -1 , int $retries = -1 ): arra ... S)。 privacy_passphrase プライバシーパスフレーズ。 object_id null の場合は object_id は SNMP オブジェクトツリ ... ツリー配下のすべてのオブジェクトを配列で返します。 object_id を指定すると、 その object_id 以下のすべての SN ... 数。 retries タイムアウト発生時の再試行回数。 戻り値 object_id をルートとするすべての SNMP オブジェクトの値の配 ...
https://man.plustar.jp/php/function.snmp3-walk.html - [similar]
Creates a new map using a callable to determine which pairs to include 3375
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... ?> 上の例の出力は、 たとえば以下のようになります。 object(Ds\Map)#3 (3) { [0]=> object(Ds\Pair)#2 (2) { ["ke ... y"]=> int(0) ["value"]=> string(1) "a" } [1]=> object(Ds\Pair)#4 (2) { ["key"]=> int(2) ["value"]=> stri ... ng(1) "c" } [2]=> object(Ds\Pair)#5 (2) { ["key"]=> int(4) ["value"]=> stri ... ?> 上の例の出力は、 たとえば以下のようになります。 object(Ds\Map)#2 (3) { [0]=> int(1) [1]=> string(1) "a" [ ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
Performs a C type cast 3375
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH ... ): ? FFI\CData FFI::cast() creates a new FFI\CData object, that references the same C data structure, but is ... associated with a different type. The resulting object does not own the C data, and the source ptr must s ... with any valid C type declaration or as FFI\CType object, created before. If this method is called statical ... ture. 戻り値 Returns the freshly created FFI\CData object. 関連キーワード: type , cast , Performs , CData , ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す 3375
« com_event_sink com_load_typelib » PHP Manual COM関数 すでに実行中の COM オブジェクトのインスタ ... ンスへのハンドルを返す com_get_active_object (PHP 5, PHP 7, PHP 8) com_get_active_object — すで ... のインスタンスへのハンドルを返す 説明 com_get_active_object ( string $prog_id , ? int $codepage = null ): vari ... ant com_get_active_object() は、新しい com オブジェクトのインスタンスを作成す ... を一度だけ起動させる ことを許可するために、" Running Object Table " というものを使用します。 この関数は、実行中 ...
https://man.plustar.jp/php/function.com-get-active-object.html - [similar]
結果セットポインタを次の行あるいは要求された行に設定する 3375
« db2_fetch_object db2_field_display_size » PHP Manual IBM DB2 関数 結果セットポインタを次の行あ ... tch_both() 、 db2_fetch_array() あるいは db2_fetch_object() を使用することを推奨します。一般に db2_fetch_row ... fetch_both() 、 db2_fetch_array() および db2_fetch_object() は db2_fetch_row() / db2_result() よりすぐれてい ... or' => DB2_SCROLLABLE )); while ( $row = db2_fetch_object ( $stmt )){ echo "<br>db2_fetch_object { $row -> S ... MULTIRESULTS 2006-10-17-10.11.05.308000 db2_fetch_object MATCH_ANIMAL 2006-08-25-17.10.23.775000 db2_fetch_ ...
https://man.plustar.jp/php/function.db2-fetch-row.html - [similar]
クラスメソッドが存在するかどうかを確認する 3375
« is_subclass_of property_exists » PHP Manual クラス/オブジェクト関数 クラスメソッドが存在するか ... ドが存在するかどうかを確認する 説明 method_exists ( object | string $object_or_class , string $method ): bool ... 指定した object_or_class にクラスメソッドが存在するかどうかを調べま ... す。 パラメータ object_or_class オブジェクトのインスタンス、あるいはクラス ... の名前。 戻り値 method で指定したメソッドが 指定した object_or_class において定義されている場合に true 、そうで ...
https://man.plustar.jp/php/function.method-exists.html - [similar]