| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_num_cols(PECL CUBRID >= 8.3.0) cubrid_num_cols — Return the number of columns in the result set 説明
int cubrid_num_cols
( resource
$result
)The cubrid_num_cols() function is used to get the number of columns from the query result. It can only be used when the query executed is a select statement. パラメータ
返り値Number of columns, when process is successful.
例例1 cubrid_num_cols() example
<?php 上の例の出力は以下となります。 Row Num: 6 Column Num: 2 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_num_cols - Return the number of columns in the result set」をGoogle検索
|