検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 158 for assoc (0.696 sec.)
結果の行を、連想配列あるいは数値添字配列あるいはその両方で取得する 5690
« SQLite3Result::__construct SQLite3Result::finalize » PHP Manual SQLite3Result 結果の行を、連想 ... 次の行をどのように返すかを制御します。値は SQLITE3_ASSOC か SQLITE3_NUM 、 SQLITE3_BOTH のいずれかでなければ ... なりません。 SQLITE3_ASSOC : 返された結果セットのカラム名をインデックスとする ...
https://man.plustar.jp/php/sqlite3result.fetcharray.html - [similar]
MultipleIterator クラス 5633
« LimitIterator::valid MultipleIterator::attachIterator » PHP Manual イテレータ MultipleIterator ... onst int MIT_KEYS_NUMERIC = 0 ; const int MIT_KEYS_ASSOC = 2 ; /* メソッド */ public __construct ( int $fla ... の位置から作成されます。 MultipleIterator::MIT_KEYS_ASSOC キーは、サブイテレータに関連付けられた情報から作成 ...
https://man.plustar.jp/php/class.multipleiterator.html - [similar]
どの API を使うか 5633
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... AS _message FROM DUAL" ); $row = $result -> fetch_assoc (); echo htmlentities ( $row [ '_message' ]); // P ... DUAL" ); $row = $statement -> fetch ( PDO :: FETCH_ASSOC ); echo htmlentities ( $row [ '_message' ]); 機能の ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
Firebird/InterBase 関数 5633
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... d_execute — のエイリアス ibase_execute fbird_fetch_assoc — のエイリアス ibase_fetch_assoc fbird_fetch_objec ... e_execute — 準備されたクエリを実行する ibase_fetch_assoc — クエリの結果から、行を連想配列として取得する iba ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Firebird/InterBase 5575
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... d_execute — のエイリアス ibase_execute fbird_fetch_assoc — のエイリアス ibase_fetch_assoc fbird_fetch_objec ... e_execute — 準備されたクエリを実行する ibase_fetch_assoc — クエリの結果から、行を連想配列として取得する iba ...
https://man.plustar.jp/php/book.ibase.html - [similar]
追加された添字の確認も含め、コールバック関数を用いて 配列の共通項を確認する 5575
« array_intersect_key array_intersect_ukey » PHP Manual 配列 関数 追加された添字の確認も含め、コ ... 関数を用いて 配列の共通項を確認する array_intersect_uassoc (PHP 5, PHP 7, PHP 8) array_intersect_uassoc — 追加 ... 用いて 配列の共通項を確認する 説明 array_intersect_uassoc ( array $array , array ...$arrays , callable $key_ ... compare_func ): array array_intersect_uassoc() は、全ての引数に現れる array の全ての値を含む配列 ... 存在するもののみを返します。 例 例1 array_intersect_uassoc() の例 <?php $array1 = array( "a" => "green" , "b" ...
https://man.plustar.jp/php/function.array-intersect-uassoc.html - [similar]
ローカルタイムを得る 5575
« 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() は ...
https://man.plustar.jp/php/function.localtime.html - [similar]
mysqli_result クラス 5518
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... = MYSQLI_BOTH ): array | null | false public fetch_assoc (): array | null | false public fetch_column ( int ... るいはその両方の形式で取得する mysqli_result::fetch_assoc — 結果セットの次の行を連想配列で取得する mysqli_re ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
配列の差を計算する 5518
« array_diff_ukey array_fill_keys » PHP Manual 配列 関数 配列の差を計算する array_diff (PHP 4 >= ... より深い次元でのチェックもできます。 参考 array_diff_assoc() - 追加された添字の確認を含めて配列の差を計算する ... tersect() - 配列の共通項を計算する array_intersect_assoc() - 追加された添字の確認も含めて配列の共通項を確認 ...
https://man.plustar.jp/php/function.array-diff.html - [similar]
Execute a prepared SQL statement 5518
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... NC ); $row = cubrid_fetch_array ( $result , CUBRID_ASSOC ); $event_code = $row [ "code" ]; cubrid_close_req ... $row = cubrid_fetch_array ( $history_req , CUBRID_ASSOC )) { printf ( "%-20s %-9s %-10s %-5s\n" , $row [ " ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT