検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 274 for row (0.013 sec.)
Description 4274
« ImagickKernel::addKernel ImagickKernel::fromBuiltIn » PHP Manual ImagickKernel Description Ima ... <table class='infoTable'>" ; foreach ( $matrix as $row ) { $output .= "<tr>" ; foreach ( $row as $cell ) ...
https://man.plustar.jp/php/imagickkernel.addunitykernel.html - [similar]
Description 4274
« ImagickKernel::getMatrix ImagickKernel::separate » PHP Manual ImagickKernel Description Imagic ... <table class='infoTable'>" ; foreach ( $matrix as $row ) { $output .= "<tr>" ; foreach ( $row as $cell ) ...
https://man.plustar.jp/php/imagickkernel.scale.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 4274
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... 同名の複数のカラムに アクセスする場合、 mysqli_fetch_row() を用いて 数値添字配列を使用するか、あるいは SQL ... 次の行から、単一のカラムの値を取得する mysqli_fetch_row() - 結果セットの次の行を数値添字配列で取得する mys ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
CSV の区切り文字、囲み文字、エスケープ文字をセットする 4274
« SplFileObject::seek SplFileObject::setFlags » PHP Manual SplFileObject CSV の区切り文字、囲み文 ... file -> setCsvControl ( '|' ); foreach ( $file as $row ) { list ( $fruit , $quantity ) = $row ; // Do som ...
https://man.plustar.jp/php/splfileobject.setcsvcontrol.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 4245
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... を、ステートメント ID のように利用します while (( $row = oci_fetch_array ( $curs , OCI_ASSOC + OCI_RETURN ... _NULLS )) != false ) { echo $row [ 'FIRST_NAME' ] . "<br />\n" ; } oci_free_stateme ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
与えられた XPath 式を評価する 4216
« DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価 ... = '//book/chapter/para/informaltable/tgroup/tbody/row/entry[. = "en"]' ; $entries = $xpath -> query ( $q ... 0 ); // tbody ノードからの相対クエリです $query = 'row/entry[. = "en"]' ; $entries = $xpath -> query ( $q ...
https://man.plustar.jp/php/domxpath.query.html - [similar]
テーブルに関する統計情報を取得する 4216
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... 'TEST' , SQL_INDEX_UNIQUE , SQL_QUICK ); while (( $row = odbc_fetch_array ( $statistics ))) { print_r ( $ ... row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
各テーブルのリストおよび関連する権限のリストを取得する 4216
« odbc_statistics odbc_tables » PHP Manual ODBC 関数 各テーブルのリストおよび関連する権限のリスト ... nn , 'SalesOrders' , 'dbo' , 'Orders' ); while (( $row = odbc_fetch_array ( $privileges ))) { print_r ( $ ... row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-tableprivileges.html - [similar]
クエリ結果のメモリを開放する 4216
« pg_flush pg_get_notify » PHP Manual PostgreSQL 関数 クエリ結果のメモリを開放する pg_free_resul ... ( $res , 1 , 0 ); echo "First field in the second row is: " , $val , "\n" ; pg_free_result ( $res ); ?> ... 例の出力は以下となります。 First field in the second row is: 2 参考 pg_query() - クエリを実行する pg_query_ ...
https://man.plustar.jp/php/function.pg-free-result.html - [similar]
複数の行セットを返す文ハンドラで次の行セットに移動する 4216
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す ... 文ハンドラで次の行セットに移動する PDOStatement::nextRowset (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2. ... 0) PDOStatement::nextRowset — 複数の行セットを返す文ハンドラで次の行セットに ... 移動する 説明 public PDOStatement::nextRowset (): bool いくつかのデータベースサーバーは、1つ以 ... プロシージャをサポートしています。 PDOStatement::nextRowSet() により、2 番目以降の PDOStatement オブジェクト ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]