Results of 1 - 10 of about 19 for cols (0.004 sec.)
- Return the number of columns in the result set 14906
- « cubrid_next_result cubrid_num_rows » PHP Manual CUBRID 関数 Return the number of columns in th
...
e result set cubrid_num_cols (PECL CUBRID >= 8.3.0) cubrid_num_cols — Return th ...
umber of columns in the result set 説明 cubrid_num_cols ( resource $result ): int The cubrid_num_cols() fu ...
if SQL statement is not SELECT. 例 例1 cubrid_num_cols() example <?php $conn = cubrid_connect ( "localhos ...
= cubrid_num_rows ( $req ); $col_num = cubrid_num_cols ( $req ); printf ( "Row Num: %d\nColumn Num: %d\n" ...
-
https://man.plustar.jp/php/function.cubrid-num-cols.html
- [similar]
- Get the number of rows in the result set 10125
- « cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th
...
= cubrid_num_rows ( $req ); $col_num = cubrid_num_cols ( $req ); printf ( "Row Num: %d\nColumn Num: %d\n" ...
te() - Execute a prepared SQL statement cubrid_num_cols() - Return the number of columns in the result set ...
-
https://man.plustar.jp/php/function.cubrid-num-rows.html
- [similar]
- 新しい画像を作成する 10125
- « Imagick::negateImage Imagick::newPseudoImage » PHP Manual Imagick 新しい画像を作成する Imagick
...
画像を作成する 説明 public Imagick::newImage ( int $cols , int $rows , mixed $background , string $format = ...
kPixel の値を背景色として関連付けます。 パラメータ cols 新しい画像のカラム数。 rows 新しい画像の行数。 bac ...
バージョン , パラメータ , imagick , エラー , int , cols ...
-
https://man.plustar.jp/php/imagick.newimage.html
- [similar]
- 画像のサイズを変更する 8896
- « Imagick::sampleImage Imagick::segmentImage » PHP Manual Imagick 画像のサイズを変更する Imagick
...
ズを変更する 説明 public Imagick::scaleImage ( int $cols , int $rows , bool $bestfit = false , bool $legacy ...
と高さの両方を指定しなければなりません。 パラメータ cols rows bestfit 戻り値 成功した場合に true を返します ...
-
https://man.plustar.jp/php/imagick.scaleimage.html
- [similar]
- カラムのメタデータを取得する 8810
- « RowResult::getColumnNames RowResult::getWarnings » PHP Manual mysql_xdevapi\RowResult カラムの
...
"SELECT * from addressbook.names" )-> execute (); $cols = $sql -> getColumns (); print_r ( $cols ); 上の例 ...
-
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumns.html
- [similar]
- Get result of next query when executing multiple SQL statements 8537
- « cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec
...
= cubrid_num_rows ( $req ); $col_num = cubrid_num_cols ( $req ); $column_name_list = cubrid_column_names ...
-
https://man.plustar.jp/php/function.cubrid-next-result.html
- [similar]
- 例 8162
- « 定義済み定数 DOMAttr » PHP Manual DOM 例 例 このリファレンスの多くの例で、XMLファイルが必要です
...
le>My books</title> <para> <informaltable> <tgroup cols="4"> <thead> <row> <entry>Title</entry> <entry>Aut ...
-
https://man.plustar.jp/php/dom.examples.html
- [similar]
- Return a string with the flags of the given field offset 8059
- « cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the
...
code='AUS' AND medal='G'" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-30s %s\n" , "Field Name" ...
-
https://man.plustar.jp/php/function.cubrid-field-flags.html
- [similar]
- Return the name of the specified field index 8059
- « cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s
...
code='AUS' AND medal='G'" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-30s %s\n" , "Field Name" ...
-
https://man.plustar.jp/php/function.cubrid-field-name.html
- [similar]
- Return the name of the table of the specified field 8059
- « cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the
...
nn , "SELECT * FROM code" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-15s %-15s %s\n" , "Field ...
-
https://man.plustar.jp/php/function.cubrid-field-table.html
- [similar]