検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 158 for assoc (0.017 sec.)
ストレージの暗号化 5045
« データベースへの接続 SQLインジェクション » PHP Manual データベースのセキュリティ ストレージの暗 ... , pg_escape_string ( $username )); $row = pg_fetch_assoc ( pg_query ( $connection , $query )); if ( $row && ...
https://man.plustar.jp/php/security.database.storage.html - [similar]
パラメータを変数にバインドする 5045
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... o" ); while (( $row = $res -> fetchArray ( SQLITE3_ASSOC ))) { var_dump ( $row ); } ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
パラメータの値を変数にバインドする 5045
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... ute (); var_dump ( $result -> fetchArray ( SQLITE3_ASSOC )); ?> 上の例の出力は以下となります。 array(1) { [ ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
関数エイリアスのリスト 4976
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... to oci_fetch_array() , oci_fetch_row() , oci_fetch_assoc() , oci_fetch_object() OCI8 ocifetchstatement oci_ ...
https://man.plustar.jp/php/aliases.html - [similar]
CUBRID 4976
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... sage cubrid_fetch_array — Fetch a result row as an associative array, a numeric array, or both cubrid_fetch ... _assoc — Return the associative array that corresponds to ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
IBM DB2、Cloudscape および Apache Derby 4976
« ibase_wait_event はじめに » PHP Manual ベンダー固有のモジュール IBM DB2、Cloudscape および Apa ... 、カラム位置をインデックスとする配列を返す db2_fetch_assoc — 結果セット内の行を表す、カラム名をインデックスと ...
https://man.plustar.jp/php/book.ibm-db2.html - [similar]
最初の MySQL API 4976
« Warning::__construct はじめに » PHP Manual MySQL 最初の MySQL API 最初の MySQL API はじめに イ ... 、またはその両方として結果の行を取得する mysql_fetch_assoc — 連想配列として結果の行を取得する mysql_fetch_fie ...
https://man.plustar.jp/php/book.mysql.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 4976
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... 目より先に 2 行目を取得します */ print_r ( db2_fetch_assoc ( $stmt , 2 )); print '<br /><br />' ; print_r ( d ... b2_fetch_assoc ( $stmt , 1 )); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
Microsoft Windows のコマンドラインでの PHP 4976
« ソースからのビルド Apache 2.x (Microsoft Windows 用) » PHP Manual Windows システムへのインス ... 形式と関連づけます。 これは、次のコマンドで行います: assoc .php=phpfile ファイル形式 phpfile を適切な PHP 実行 ...
https://man.plustar.jp/php/install.windows.commandline.html - [similar]
結果の任意の行にポインタを移動する 4976
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... 字配列あるいはその両方の形式で取得する mysqli_fetch_assoc() - 結果セットの次の行を連想配列で取得する mysqli_ ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT