PHP. Руководство по PHP. 2005
maxdb_warning_count
maxdb_warning_count
(PECL)maxdb_warning_count
(no version information, might be only in CVS)maxdb->warning_count -- Returns the number of warnings from the last query for the given link
Description
Procedural style:int maxdb_warning_count (resource link)
Object oriented style (property):class maxdb {
int warning_count
}
maxdb_warning_count() returns the number of warnings from the last query in the connection represented by the link parameter.