|
dbase_numfieldsGets the number of fields of a database Description
int dbase_numfields
( resource
$dbase_identifier
)Gets the number of fields (columns) in the specified database.
Parameters
Return Values
The number of fields in the database, or Changelog
Examples
Example #1 dbase_numfields Example
<?php See Also
|