Results of 21 - 30 of about 274 for row (0.009 sec.)
- Update a row of the table by $row_key. 6816
- « Swoole\Table::rewind Swoole\Table::valid » PHP Manual Swoole\Table Update a row of the table b
...
y $row_key. Swoole\Table::set (PECL swoole >= 1.9.0) Swoo ...
le\Table::set — Update a row of the table by $row_key. 説明 public Swoole\Table ...
: VOID パラメータ key value 戻り値 関連キーワード: row , key , Update , Swoole , Table , of , rewind , va ...
-
https://man.plustar.jp/php/swoole-table.set.html
- [similar]
- 結果セット内の行を表す、カラム位置をインデックスとする配列を返す 6757
- « db2_execute db2_fetch_assoc » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム位置をイン
...
を返す 説明 db2_fetch_array ( resource $stmt , int $row_number = -1 ): array 結果セット内の行を表す、カラム ...
ラメータ stmt 結果セットを含む有効な stmt リソース。 row_number 結果セット内の 1 から始まる行番号を指定しま ...
を表します。 結果セットに行がもうない場合、あるいは row_number で指定された行が結果セットに存在しない場合に ...
$sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_array ( $stmt )) { printf ( "%-5d %-16 ...
-
https://man.plustar.jp/php/function.db2-fetch-array.html
- [similar]
- 結果セット内の行を表す、カラム名をインデックスとする配列を返す 6757
- « db2_fetch_array db2_fetch_both » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム名をイン
...
を返す 説明 db2_fetch_assoc ( resource $stmt , int $row_number = -1 ): array 結果セット内の行を表す、カラム ...
ラメータ stmt 結果セットを含む有効な stmt リソース。 row_number 結果セット内の 1 から始まる行番号を指定しま ...
を返します。 結果セットに行がもうない場合、あるいは row_number で指定された行が結果セットに存在しない場合に ...
$sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_assoc ( $stmt )) { printf ( "%-5d %-16 ...
-
https://man.plustar.jp/php/function.db2-fetch-assoc.html
- [similar]
- のエイリアス ibase_fetch_row 6621
- « fbird_fetch_object fbird_field_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_fe
...
tch_row fbird_fetch_row (PHP 5, PHP 7 < 7.4.0) fbird_fetch ...
_row — のエイリアス ibase_fetch_row() 説明 この関数は次 ...
の関数のエイリアスです。 ibase_fetch_row() . 参考 fbird_fetch_assoc() - のエイリアス ibase_ ...
ibase_fetch_object 関連キーワード: fetch , ibase , row , fbird , 関数 , assoc , info , 参考 , ...
-
https://man.plustar.jp/php/function.fbird-fetch-row.html
- [similar]
- ステートメントの実行 6621
- « データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの
...
R BY id ASC" ); echo "Reverse order...\n" ; for ( $row_no = $result -> num_rows - 1 ; $row_no >= 0 ; $row ...
_no --) { $result -> data_seek ( $row_no ); $row = $result -> fetch_assoc (); echo " id ...
= " . $row [ 'id' ] . "\n" ; } echo "Result set order...\n" ; ...
foreach ( $result as $row ) { echo " id = " . $row [ 'id' ] . "\n" ; } 上の例 ...
-
https://man.plustar.jp/php/mysqli.quickstart.statements.html
- [similar]
- 例 6562
- « 定義済み定数 DOMAttr » PHP Manual DOM 例 例 このリファレンスの多くの例で、XMLファイルが必要です
...
<para> <informaltable> <tgroup cols="4"> <thead> <row> <entry>Title</entry> <entry>Author</entry> <entry ...
>Language</entry> <entry>ISBN</entry> </row> </thead> <tbody> <row> <entry>The Grapes of Wrath ...
try> <entry>en</entry> <entry>0140186409</entry> </row> <row> <entry>The Pearl</entry> <entry>John Steinb ...
try> <entry>en</entry> <entry>014017737X</entry> </row> <row> <entry>Samarcande</entry> <entry>Amine Maal ...
-
https://man.plustar.jp/php/dom.examples.html
- [similar]
- データベース更新の自動コミットをオンまたはオフにする 6562
- « mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ
...
の例 オブジェクト指向型 <?php /* Tell mysqli to throw an exception if an error occurs */ mysqli_report ( ...
ult = $mysqli -> query ( "SELECT @@autocommit" ); $row = $result -> fetch_row (); printf ( "Autocommit is ...
%s\n" , $row [ 0 ]); try { /* Prepare insert statement */ $stmt ...
t=true */ $mysqli -> commit (); print "Committed 2 rows in the database\n" ; $result = $mysqli -> query ( ...
-
https://man.plustar.jp/php/mysqli.autocommit.html
- [similar]
- 結果を添字配列として取得する 6455
- « mysql_fetch_object mysql_field_flags » PHP Manual MySQL 関数 結果を添字配列として取得する mysq
...
l_fetch_row (PHP 4, PHP 5) mysql_fetch_row — 結果を添字配列とし ...
の関数の代替として、これらが使えます。 mysqli_fetch_row() PDOStatement::fetch(PDO::FETCH_NUM) 説明 mysql_f ...
etch_row ( resource $result ): array 取得された行に対応する ...
もう行がない場合は、 false を返します。 mysql_fetch_row() は、指定した結果 ID が指す結果から 1 行分のデータ ...
-
https://man.plustar.jp/php/function.mysql-fetch-row.html
- [similar]
- Return the value of a specific field in a specific row 6426
- « cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th
...
e value of a specific field in a specific row cubrid_result (PECL CUBRID >= 8.3.0) cubrid_result ...
Return the value of a specific field in a specific row 説明 cubrid_result ( resource $result , int $row , ...
eturns the value of a specific field in a specific row from a result set. パラメータ result result comes ...
from a call to cubrid_execute() row The row number from the result that is being retri ...
-
https://man.plustar.jp/php/function.cubrid-result.html
- [similar]
- 行を配列として取得する 6426
- « pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array
...
説明 pg_fetch_array ( PgSql\Result $result , ? int $row = null , int $mode = PGSQL_BOTH ): array | false p ...
列で返します。 pg_fetch_array() は拡張版の pg_fetch_row() です。結果配列のフィールド番号に 対応する要素にデ ...
ll 値を設定します。 pg_fetch_array() は、 pg_fetch_row() に比べてきわめて遅いというわけでは 「ありません」 ...
ute() が返した PgSql\Result クラスのインスタンス。 row 取得する行番号。最初の行は 0 です。省略したり null ...
-
https://man.plustar.jp/php/function.pg-fetch-array.html
- [similar]