update : 2015.11.03
php.shukuma.com검색:
|
dbase_numfields(PHP 4, PHP 5, PHP 7) 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 예제
Example #1 dbase_numfields() Example
<?php |