検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 357 for fetch (0.015 sec.)
Makes the next result of the specified statement active 4218
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... $stmt ); if( $next_result ) { while( $row = sqlsrv_fetch_array ( $stmt , SQLSRV_FETCH_ASSOC )){ echo $row [ ... srv_query() - Prepares and executes a query sqlsrv_fetch_array() - 行を配列として返す sqlsrv_rows_affected( ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
定義済み定数 4218
« リソース型 Firebird/InterBase 関数 » PHP Manual Firebird/InterBase 定義済み定数 定義済み定数 以 ... データの取得方法を指定するために、以下の定数を ibase_fetch_row() 、 ibase_fetch_assoc() あるいは ibase_fetch_ ... Firebird/InterBase フェッチフラグ 定数 説明 IBASE_FETCH_BLOBS 過去との互換性を保持するため、 IBASE_TEXT と ... ではなく 直接データそのものを読み込みます。 IBASE_FETCH_ARRAYS 配列をインラインで読み込みます。指定しなかっ ...
https://man.plustar.jp/php/ibase.constants.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 4218
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... _tell ( mysqli_result $result ): int 直近の mysqli_fetch_field() のコールで使用した フィールドカーソルの位置 ... ルド情報を取得します */ while ( $finfo = $result -> fetch_field ()) { /* フィールドポインタのオフセットを取得 ... ィールド情報を取得します */ while ( $finfo = mysqli_fetch_field ( $result )) { /* フィールドポインタのオフセ ... ntry max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_fetch_field() - 結果セットの次のフィールドを返す mysqli_ ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
カラムを PHP 変数にバインドする 4218
« PDOStatement PDOStatement::bindParam » PHP Manual PDOStatement カラムを PHP 変数にバインドする ... 定の値を 取得するための準備をします。 PDOStatement::fetch() もしくは PDOStatement::fetchAll() がコールされる ... indColumn ( 'calories' , $cals ); while ( $stmt -> fetch ( PDO :: FETCH_BOUND )) { print $name . "\t" . $co ... - プリペアドステートメントを実行する PDOStatement::fetch() - 結果セットから次の行を取得する PDOStatement::f ... 結果セットから、残っている行を取得する PDOStatement::fetchColumn() - 結果セットの次行から単一カラムを返す 関連 ...
https://man.plustar.jp/php/pdostatement.bindcolumn.html - [similar]
定義済み定数 4218
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... 動的にロードされている場合のみ使用可能です。 SQLSRV_FETCH_ASSOC ( int ) Forces sqlsrv_fetch_array() to retur ... sociative array when passed as a parameter. SQLSRV_FETCH_NUMERIC ( int ) Forces sqlsrv_fetch_array() to ret ... ay with numeric when passed as a parameter. SQLSRV_FETCH_BOTH ( int ) Forces sqlsrv_fetch_array() to return ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
指定したフィールドの長さを返す 4200
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysq ... い。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [length] PDOStatement::getColumnMet ... 使用してもいいでしょう。 mysql_fieldlen() 参考 mysql_fetch_lengths() - 結果における各出力の長さを得る strlen( ... を得る 関連キーワード: フィールド , 指定 , offset , fetch , 注意 , int , result , 推奨 , 関数 , 出力 ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
プレースホルダを指定せずに、SQL ステートメントを準備して実行する 4200
« PDO::prepare PDO::quote » PHP Manual PDO プレースホルダを指定せずに、SQL ステートメントを準備し ... する 説明 public PDO::query ( string $query , ? int $fetchMode = null ): PDOStatement | false public PDO::que ... ry ( string $query , ? int $fetchMode = PDO::FETCH_COLUMN , int $colno ): PDOStateme ... | false public PDO::query ( string $query , ? int $fetchMode = PDO::FETCH_CLASS , string $classname , array ... | false public PDO::query ( string $query , ? int $fetchMode = PDO::FETCH_INTO , object $object ): PDOState ...
https://man.plustar.jp/php/pdo.query.html - [similar]
RRD 関数 4200
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_create — Creates r ... ase file rrd_error — Gets latest error message rrd_fetchFetch the data for graph as array rrd_first — Ge ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
Move the result set cursor to the specified field offset 4173
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... cified field offset. This offset is used by cubrid_fetch_field() if it doesn't include a field offset. It r ... r=1988 and event_code=20001;" ); var_dump ( cubrid_fetch_row ( $req )); cubrid_field_seek ( $req , 1 ); $fi ... eld = cubrid_fetch_field ( $req ); printf ( "\n--- Field Properties - ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
Move the cursor in the result 4173
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... $req , 1 , CUBRID_CURSOR_LAST ); $result = cubrid_fetch_row ( $req ); var_dump ( $result ); cubrid_move_cu ... $req , 1 , CUBRID_CURSOR_FIRST ); $result = cubrid_fetch_row ( $req ); var_dump ( $result ); cubrid_move_cu ... eq , 1 , CUBRID_CURSOR_CURRENT ); $result = cubrid_fetch_row ( $req ); var_dump ( $result ); cubrid_close_r ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]