|
PHP5中文手册
dbase_numfields(PHP 4, PHP 5) dbase_numfields — Gets the number of fields of a database 说明
int dbase_numfields
( int $dbase_identifier
)
Gets the number of fields (columns) in the specified database.
返回值The number of fields in the database, or FALSE if an error occurs. 范例
Example#1 dbase_numfields() Example
<?php |