検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 274 for row (0.018 sec.)
Gets the header info of a database 4050
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... he byte offset of the column from the start of the row If the database header information cannot be read, ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
結果セットに名前を割り当てる 4050
« ibase_modify_user ibase_num_fields » PHP Manual Firebird/InterBase 関数 結果セットに名前を割り ... URRENT OF my_cursor" ); for ( $i = 0 ; ibase_fetch_row ( $result ); ++ $i ) { ibase_execute ( $updateqry ...
https://man.plustar.jp/php/function.ibase-name-result.html - [similar]
持続的接続を使用してOracle データベースに接続する 4050
« oci_password_change oci_register_taf_callback » PHP Manual OCI8 関数 持続的接続を使用してOracl ... ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN ... _NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== null ? htm ...
https://man.plustar.jp/php/function.oci-pconnect.html - [similar]
PixelIterator に関連付けられたリソースを消去する 4050
« ImagickPixelIterator ImagickPixelIterator::__construct » PHP Manual ImagickPixelIterator Pixel ... r ( 100 , 100 , 250 , 200 ); /* Loop through pixel rows */ foreach ( $imageIterator as $pixels ) { /** @v ... \ImagickPixel */ /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixe ...
https://man.plustar.jp/php/imagickpixeliterator.clear.html - [similar]
pixel iterator の次の行を返す 4050
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... の次の行を返す ImagickPixelIterator::getNextIteratorRow (PECL imagick 2, PECL imagick 3) ImagickPixelItera ... tor::getNextIteratorRow — pixel iterator の次の行を返す 説明 public Imagic ... kPixelIterator::getNextIteratorRow (): array 警告 この関数は、 現在のところ詳細な情報 ... します。 例 例1 ImagickPixelIterator::getNextIteratorRow() <?php function getNextIteratorRow ( $imagePath ) ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
リファレンスが行うことは何ですか? 4050
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行う ... ァレンスと foreach ステートメント <?php $ref = 0 ; $row =& $ref ; foreach (array( 1 , 2 , 3 ) as $row ) { ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]
select ステートメントを実行する 4050
« TableSelect::__construct TableSelect::groupBy » PHP Manual mysql_xdevapi\TableSelect select ス ... sql_xdevapi\TableSelect::execute (): mysql_xdevapi\RowResult execute() メソッドとチェインすることで、sele ... ラメータ この関数にはパラメータはありません。 戻り値 RowResult オブジェクトを返します。 例 例1 mysql_xdevap ... => 42 ]) -> orderBy ( 'age desc' ) -> execute (); $row = $result -> fetchAll (); ?> 上の例の出力は、 たと ... ステートメント , TableSelect , execute , xdevapi , RowResult , Array , パラメータ , John , 出力 ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.execute.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 4050
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... tatement: " . $m [ 'message' ], E_USER_ERROR ); } $row = oci_fetch_array ( $stmt ); print( $row [ 0 ] . " ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
接続、および接続の管理 4050
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... foreach( $dbh -> query ( 'SELECT * from FOO' ) as $row ) { print_r ( $row ); } $dbh = null ; } catch ( PD ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
Return a string with the flags of the given field offset 4031
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]