|
maxdb_field_countmaxdb::field_countReturns the number of columns for the most recent query BeschreibungProzeduraler Stil
int maxdb_field_count
( resource
$link
)Objektorientierter Stil
int maxdb::field_count
( void
)
Returns the number of columns for the most recent query on the connection
represented by the RückgabewerteAn integer representing the number of fields in a result set. Beispiele
Beispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpThe above example produces no output. |