検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 50 for associative (0.004 sec.)
Returns associative array of the input headers 13385
« EventHttpRequest::getInputBuffer EventHttpRequest::getOutputBuffer » PHP Manual EventHttpReque ... st Returns associative array of the input headers EventHttpRequest::getIn ... -beta) EventHttpRequest::getInputHeaders — Returns associative array of the input headers 説明 public EventHttpRe ... quest::getInputHeaders (): array Returns associative array of the input headers. パラメータ この関数には ... パラメータはありません。 戻り値 Returns associative array of the input headers. 参考 EventHttpRequest: ...
https://man.plustar.jp/php/eventhttprequest.getinputheaders.html - [similar]
Returns associative array of the output headers 12437
« EventHttpRequest::getOutputBuffer EventHttpRequest::getResponseCode » PHP Manual EventHttpRequ ... est Returns associative array of the output headers EventHttpRequest::getO ... beta) EventHttpRequest::getOutputHeaders — Returns associative array of the output headers 説明 public EventHttpR ... equest::getOutputHeaders (): void Returns associative array of the output headers. パラメータ この関数に ... 参考 EventHttpRequest::getInputHeaders() - Returns associative array of the input headers 関連キーワード: Returns ...
https://man.plustar.jp/php/eventhttprequest.getoutputheaders.html - [similar]
Fetch a result row as an associative array, a numeric array, or both 10723
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an associative ... 3.0) cubrid_fetch_array — Fetch a result row as an associative array, a numeric array, or both 説明 cubrid_fetch_ ... BRID_BOTH (default), you'll get an array with both associative and number indices, and you can decide which data ... RID_NUM : Numerical array (0-based) CUBRID_ASSOC : Associative array CUBRID_BOTH : Numerical & Associative array ... the current row cubrid_fetch_assoc() - Return the associative array that corresponds to the fetched row cubrid_f ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]
Return the associative array that corresponds to the fetched row 10512
« cubrid_fetch_array cubrid_fetch_field » PHP Manual CUBRID MySQL 互換関数 Return the associative ... L CUBRID >= 8.3.0) cubrid_fetch_assoc — Return the associative array that corresponds to the fetched row 説明 cub ... , int $type = ? ): array This function returns the associative array, that corresponds to the fetched row, and th ... ly when you need to operate the lob object. 戻り値 Associative array, when process is successful. false , when th ... ow cubrid_fetch_array() - Fetch a result row as an associative array, a numeric array, or both cubrid_fetch_objec ...
https://man.plustar.jp/php/function.cubrid-fetch-assoc.html - [similar]
Gets a record from a database as an associative array 9956
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... s an associative array dbase_get_record_with_names (PHP 5 < 5.3.0, ... d_with_names — Gets a record from a database as an associative array 説明 dbase_get_record_with_names ( resource ... ): array Gets a record from a dBase database as an associative array. パラメータ database The database resource, ... nd dbase_numrecords($dbase_identifier) . 戻り値 An associative array with the record. This will also include a ke ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
ローカルタイムを得る 8723
« idate microtime » PHP Manual 日付・時刻 関数 ローカルタイムを得る localtime (PHP 4, PHP 5, PHP ... る 説明 localtime ( ? int $timestamp = null , bool $associative = false ): array localtime() 関数は、C 言語の 同名 ... い換えると、デフォルトは time() の返り値となります。 associative この関数が数値のインデックスによる通常の配列を返す ... か、 連想配列を返すかを指定します。 戻り値 associative が false に設定されるか省略された場合は、 数値のイ ... ンデックスにょる通常の配列を返します。 associative が true に設定された場合は、 localtime() は C 言語 ...
https://man.plustar.jp/php/function.localtime.html - [similar]
ネットワークインターフェイスを取得する 8723
« long2ip openlog » PHP Manual ネットワーク 関数 ネットワークインターフェイスを取得する net_get_ ... の関数にはパラメータはありません。 戻り値 Returns an associative array where the key is the name of the interface a ... nd the value an associative array of interface attributes, 失敗した場合に fals ... e を返します. Each interface associative array contains: インターフェイスの属性 名前 説明 d ... トワーク , 取得 , array , net , interfaces , 整数 , associative , 形式 , 関数 , パラメータ ...
https://man.plustar.jp/php/function.net-get-interfaces.html - [similar]
HTTP リクエストに対するレスポンス内で サーバーによって送出された全てのヘッダを取... 8662
« base64_encode get_meta_tags » PHP Manual URL 関数 HTTP リクエストに対するレスポンス内で サーバ ... ダを取得する 説明 get_headers ( string $url , bool $associative = false , ? resource $context = null ): array | fa ... ダの配列を返します。 パラメータ url 対象となる URL。 associative オプションの associative パラメータが ゼロ以外にセ ... false を返します。 変更履歴 バージョン 説明 8.0.0 associative の型が、 int から bool に変更されました。 7.1.0 co ... , レスポンス , サーバー , 送出 , 取得 , Content , associative , context , 配列 ...
https://man.plustar.jp/php/function.get-headers.html - [similar]
値を JSON 形式にして返す 8662
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... "\n\n" ; $c = array(array( 1 , 2 , 3 )); echo "Non-associative array output as array: " , json_encode ( $c ), "\n ... " ; echo "Non-associative array output as object: " , json_encode ( $c , JSO ... = array( 'foo' => 'bar' , 'baz' => 'long' ); echo "Associative array always output as object: " , json_encode ( $ ... d ), "\n" ; echo "Associative array always output as object: " , json_encode ( $ ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
Fetch the next row from a result set 8316
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... RID_NUM : Numerical array (0-based) CUBRID_ASSOC : Associative array CUBRID_BOTH : Numerical & Associative array ... nt cubrid_fetch_array() - Fetch a result row as an associative array, a numeric array, or both cubrid_fetch_row() ... the current row cubrid_fetch_assoc() - Return the associative array that corresponds to the fetched row cubrid_f ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
PREV 1 2 3 4 5 NEXT