検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 158 for assoc (0.033 sec.)
結果からカラム情報を取得し、オブジェクトとして返す 5045
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
結果の行をオブジェクトとして取得する 5045
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... 、またはその両方として結果の行を取得する mysql_fetch_assoc() - 連想配列として結果の行を取得する mysql_fetch_r ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]
結果データを得る 5045
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result ... 、またはその両方として結果の行を取得する mysql_fetch_assoc() - 連想配列として結果の行を取得する mysql_fetch_o ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
現在のシステムの状態を取得する 5045
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql ... SHOW STATUS' , $link ); while ( $row = mysql_fetch_assoc ( $result )) { echo $row [ 'Variable_name' ] . ' = ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]
クエリの次の行を内部バッファに取得する 5045
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... 次の行を連想配列あるいは数値添字配列で返す oci_fetch_assoc() - クエリの次の行を連想配列で返す oci_fetch_objec ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
実行のために Oracle の文をパースする 5045
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... \n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
レコードを選択する 5045
« pg_result_status pg_send_execute » PHP Manual PostgreSQL 関数 レコードを選択する pg_select (PH ... , int $flags = PGSQL_DML_EXEC , int $mode = PGSQL_ASSOC ): array | string | false pg_select() は、 field=> ...
https://man.plustar.jp/php/function.pg-select.html - [similar]
結果セットの次の行を数値添字配列で取得する 5045
« mysqli_result::fetch_object mysqli_result::$field_count » PHP Manual mysqli_result 結果セットの ... 字配列あるいはその両方の形式で取得する mysqli_fetch_assoc() - 結果セットの次の行を連想配列で取得する mysqli_ ...
https://man.plustar.jp/php/mysqli-result.fetch-row.html - [similar]
複数のステートメント 5045
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... ult ()) { var_dump ( $result -> fetch_all ( MYSQLI_ASSOC )); $result -> free (); } } while ( $mysqli -> nex ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
Memory management 5045
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... t equal or equivalent to while ($row = $res->fetch_assoc()) { ... } may optimize memory consumption by requ ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT