検索

phrase: max: clip:
target: order:
Results of 821 - 830 of about 2443 for Array (0.105 sec.)
出力バッファのステータスを取得する 2206
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get ... 説明 ob_get_status ( bool $full_status = false ): array ob_get_status() は、トップレベルの出力バッファの ス ... いた場合は、 以下の要素を保持する配列が返されます。 Array ( [level] => 2 [type] => 0 [status] => 0 [name] => ... 各出力レベルのステータス情報を配列として保持します。 Array ( [0] => Array ( [chunk_size] => 0 [size] => 40960 ... ame] => default output handler [del] => 1 ) [1] => Array ( [chunk_size] => 0 [size] => 40960 [block_size] = ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 2206
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... for which metadata is returned. 戻り値 Returns an array of arrays on success. Otherwise, false is returned ... . Each returned array is described by the following table: Array returne ... Name = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "AdventureWorks" , "UID" => "userna ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
保存用表現から PHP の値を生成する 2206
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... P の値を生成する 説明 unserialize ( string $data , array $options = [] ): mixed unserialize() は、シリアル化 ... 返されます。その値は、 bool , int , float , string , array , object のいずれかとなります。 渡された文字列が復 ... 要素は、 型を厳密に調べるようになりました。 つまり、 array または bool 以外の型が与えられると、 unserialize() ... ECT data FROM sessions WHERE id = ?" ); $sqldata = array( $_SERVER [ 'PHP_AUTH_USER' ]); if (! odbc_execute ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
ファイルパス解決キャッシュについての情報を取得する 2206
« wincache_refresh_if_changed wincache_rplist_meminfo » PHP Manual WinCache 関数 ファイルパス解決 ... che_rplist_fileinfo ( bool $summaryonly = false ): array | false 相対ファイルパスとそれに対応する絶対ファイ ... info ()); ?> </pre> 上の例の出力は以下となります。 Array ( [total_file_count] => 5 [rplist_entries] => Arra ... y ( [1] => Array ( [resolve_path] => checkcache.php [subkey_data] = ... wwwroot|c:\inetpub\wwwroot\checkcache.php ) [2] => Array (...iterates for each cached file) ) ) 参考 wincac ...
https://man.plustar.jp/php/function.wincache-rplist-fileinfo.html - [similar]
is2LeggedEndpoint 2206
« OAuthProvider::generateToken OAuthProvider::isRequestTokenEndpoint » PHP Manual OAuthProvider ... c OAuthProvider::is2LeggedEndpoint ( mixed $params_array ): void 2-legged フローあるいはリクエストの署名。ト ... のリストのみが 記述されています。 パラメータ params_array 戻り値 OAuthProvider オブジェクトを返します。 例 例 ... Endpoint , OAuthProvider , オブジェクト , params , array , 関数 , 参考 , パラメータ , 記述 , リスト ...
https://man.plustar.jp/php/oauthprovider.is2leggedendpoint.html - [similar]
dBase 関数 2206
« 定義済み定数 dbase_add_record » PHP Manual dBase dBase 関数 dBase 関数 例 Many examples in thi ... — Gets a record from a database as an associative array dbase_get_record — Gets a record from a database a ... s an indexed array dbase_numfields — Gets the number of fields of a d ... 関連キーワード: database , record , 関数 , from , array , create , info , header , open , records ...
https://man.plustar.jp/php/ref.dbase.html - [similar]
実行する 2206
« ReflectionMethod::invoke ReflectionMethod::isAbstract » PHP Manual ReflectionMethod 実行する R ... ReflectionMethod::invokeArgs ( ? object $object , array $args ): mixed リフレクション対象のメソッドを実行し ... reflectionMethod -> invokeArgs (new HelloWorld (), array( 'Mike' )); ?> 上の例の出力は以下となります。 Hell ... hod::invoke() - 実行する __invoke() call_user_func_array() - パラメータの配列を指定してコールバック関数をコ ... thod , メソッド , パラメータ , invokeArgs , 配列 , array , args , リファレンス , 関数 ...
https://man.plustar.jp/php/reflectionmethod.invokeargs.html - [similar]
Procedural PECL/rrd example 2206
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... d.rrd" ; //create rrd file rrd_create ( $rrdFile , array( "--start" , 920804400 , "DS:speed:COUNTER:600:U:U ... 10" ) ); //update rrd file rrd_update ( $rrdFile , array( "920804700:12345" , "920805000:12357" ) ); //grap ... rrd_graph ( dirname ( __FILE__ ) . "/speed.png" , array( "--start" , "920804400" , "--end" , "920808000" , ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]
SNMP オブジェクトを取得する 2206
« SNMP::__construct SNMP::getErrno » PHP Manual SNMP SNMP オブジェクトを取得する SNMP::get (PHP ... NMP オブジェクトを取得する 説明 public SNMP::get ( array | string $objectId , bool $preserveKeys = false ): ... cho " $sysdescr \n" ; $sysdescr = $session -> get (array( "sysDescr.0" )); print_r ( $sysdescr ); ?> 上の例 ... たとえば以下のようになります。 STRING: Test server Array ( [SNMPv2-MIB::sysDescr.0] => STRING: Test server ... , "127.0.0.1", "public"); $results = $session->get(array("sysDescr.0", "sysName.0")); print_r($results); $s ...
https://man.plustar.jp/php/snmp.get.html - [similar]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 2206
« SNMP::getError SNMP::set » PHP Manual SNMP 指定したオブジェクト ID に続く SNMP オブジェクトを取 ... オブジェクトを取得する 説明 public SNMP::getnext ( array | string $objectId ): mixed objectId で指定したオブ ... $nsysdescr \n" ; $nsysdescr = $session -> getnext (array( "sysDescr.0" )); print_r ( $nsysdescr ); ?> 上の例 ... うになります。 OID: NET-SNMP-MIB::netSnmpAgentOIDs.8 Array ( [SNMPv2-MIB::sysObjectID.0] => OID: NET-SNMP-MIB ... 0.1" , "public" ); $results = $session -> getnext (array( "sysDescr.0" , "sysName.0" )); print_r ( $results ...
https://man.plustar.jp/php/snmp.getnext.html - [similar]