Warning: file_put_contents(): Only -1 of 57 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
odbc_next_result odbc_num_rows ODBC PHP Manual odbc_num_fields (PHP 4, 5) — 結果のカラム数を返す 説明 int ( resource $result_id ) odbc_num_fields() は、ODBC 結果におけるフィ...
Forum und email

odbc_num_fields

(PHP 4, PHP 5)

odbc_num_fields — 結果のカラム数を返す

説明

int odbc_num_fields ( resource $result_id )

odbc_num_fields()は、ODBC 結果におけるフィールド (カラム) の数を返します。この関数は、エラー時に-1を返します。 引数は、odbc_exec() より返された有効な結果 ID です。