検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 95 for OID (0.005 sec.)
SNMP 6043
« scoutapm_list_instrumented_functions はじめに » PHP Manual その他のサービス SNMP SNMP はじめに ... 、実際の整数値ではなく enum 値とともに返す snmp_set_oid_numeric_print — OID の出力フォーマットを設定する s ... nmp_set_oid_output_format — OID の出力形式を設定する snmp_set_ ... ェントから全ての SNMP オブジェクトを取得する snmpwalkoid — ネットワークエンティティに関する情報ツリーを検索 ...
https://man.plustar.jp/php/book.snmp.html - [similar]
SNMP オブジェクトの値を設定する 6043
« SNMP::getnext SNMP::setSecurity » PHP Manual SNMP SNMP オブジェクトの値を設定する SNMP::set (P ... jectId - value ペアに適用する)、 同じサイズの配列 (OID ごとに設定する) でもかまいません。 その他の組み合わ ... 。 objectId SNMP オブジェクト ID。 object_id 配列の OID 数がオブジェクトの max_oids プロパティより多ければ ... 失敗するかもしれません。 そのため、object_id 配列の OID 数が max_oids プロパティより多いときには警告が発生 ... の一覧を指定する。この方法はおすすめしません。 同じ OID に対して GET クエリを実行しても 0xF8 などを返すから ...
https://man.plustar.jp/php/snmp.set.html - [similar]
LDAP拡張オペレーションの結果オブジェクトをパースする 6016
« ldap_next_reference ldap_parse_reference » PHP Manual LDAP 関数 LDAP拡張オペレーションの結果オ ... string &$response_data = null , string &$response_oid = null ): bool LDAP拡張オペレーションの結果オブジェ ... nse_data レスポンスデータで埋められます。 response_oid レスポンスのOIDで埋められます。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.ldap-parse-exop.html - [similar]
Returns the Canonical Extended JSON representation of a BSON value 6016
« MongoDB\BSON\fromPHP MongoDB\BSON\toJSON » PHP Manual 関数 Returns the Canonical Extended JSON ... 'bar' ]], [ 'document' => [ 'foo' => 'bar' ]], [ 'oid' => new MongoDB \ BSON \ ObjectId ( '56315a7c6118f ... ", "bar" ] } { "document" : { "foo" : "bar" } } { "oid" : { "$oid" : "56315a7c6118fd1b920270b1" } } { "de ... , toCanonicalExtendedJSON , document , converted , oid , pattern ...
https://man.plustar.jp/php/function.mongodb.bson-tocanonicalextendedjson.html - [similar]
Returns an array containing all results for this cursor 5990
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... ["_id"]=> object(MongoDB\BSON\ObjectId)#5 (1) { ["oid"]=> string(24) "564259a96118fd40b41bcf61" } ["x"]= ... ["_id"]=> object(MongoDB\BSON\ObjectId)#7 (1) { ["oid"]=> string(24) "564259a96118fd40b41bcf62" } ["x"]= ... ["_id"]=> object(MongoDB\BSON\ObjectId)#9 (1) { ["oid"]=> string(24) "564259a96118fd40b41bcf63" } ["x"]= ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
フィールド番号に対応する型名を返す 5924
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... ield_name() - フィールドの名前を返す pg_field_type_oid() - フィールド番号に対応する型 ID(OID)を返す 関連 ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
指定したオプションの値を設定する 5898
« ldap_search ldap_set_rebind_proc » PHP Manual LDAP 関数 指定したオプションの値を設定する ldap_ ... です。 コントロールは、そのコントロールの ID である oid 、オプションの value 、オプションのフラグ critical ... からなります。PHP において、 コントロールはキーが oid で値が文字列、 二つのオプションの要素からなる配列で ... ロールへの有効なリンクID // です。 $ctrl1 = array( "oid" => "1.2.752.58.10.1" , "iscritical" => true ); // ... ical のデフォルトは、FALSE です。 $ctrl2 = array( "oid" => "1.2.752.58.1.10" , "value" => "magic" ); // 両 ...
https://man.plustar.jp/php/function.ldap-set-option.html - [similar]
Returns the BSON representation of a JSON value 5845
« 関数 MongoDB\BSON\fromPHP » PHP Manual 関数 Returns the BSON representation of a JSON value Mo ... SON\fromJSON() example <?php $json = '{ "_id": { "$oid": "563143b280d2387c91807965" } }' ; $bson = MongoD ... ["_id"]=> object(MongoDB\BSON\ObjectId)#1 (1) { ["oid"]=> string(24) "563143b280d2387c91807965" } } 参考 ...
https://man.plustar.jp/php/function.mongodb.bson-fromjson.html - [similar]
Construct a new ObjectId 5845
« MongoDB\BSON\ObjectId MongoDB\BSON\ObjectId::getTimestamp » PHP Manual MongoDB\BSON\ObjectId C ... になります。 object(MongoDB\BSON\ObjectId)#1 (1) { ["oid"]=> string(24) "56732d3dda14d81214634921" } object ... (MongoDB\BSON\ObjectId)#1 (1) { ["oid"]=> string(24) "000000000000000000000001" } 参考 » ...
https://man.plustar.jp/php/mongodb-bson-objectid.construct.html - [similar]
Execute a prepared SQL statement 5819
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... n . The option is used to determine whether to get OID after query execution and whether to execute the q ... n synchronous or asynchronous mode. CUBRID_INCLUDE_OID and CUBRID_ASYNC (or CUBRID_EXEC_QUERY_ALL if you ... uted. option Query execution option CUBRID_INCLUDE_OID , CUBRID_ASYNC , CUBRID_EXEC_QUERY_ALL . request_i ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT