Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
maxdb_warning_count -- Returns the number of warnings from the last query for the given linkProcedural style:
int maxdb_warning_count ( resource link )maxdb_warning_count() returns the number of warnings from the last query in the connection represented by the link parameter.
The above examples would produce the following output:
Warning: maxdb_query(): -8004 POS(62) Constant must be compatible with column type and length <...> Number of warning: 0 |
Předcházející | Domů | Další |
maxdb_use_result | Nahoru | Multibyte String Functions |