PHP » GoLang |
login |
register |
about
|
GoLang cubrid_num_fields
request it (327)
GoLang replacement for PHP's cubrid_num_fields
[edit | history]
cubrid_num_fields(PECL CUBRID >= 8.3.0) cubrid_num_fields — Return the number of columns in the result set Description
int cubrid_num_fields
( resource
$result
)This function returns the number of columns in the result set, on success, or it returns FALSE on failure. Return ValuesNumber of columns, on success. -1 if SQL sentence is not SELECT.
ExamplesExample #1 cubrid_num_fields() example
<?php The above example will output: Row Num: 6 Column Num: 2 |
more
Recently updated
more
Most requested
more
Last requests
|