PHP » GoLang |
login |
register |
about
|
GoLang maxdb_warning_count
request it (371)
GoLang replacement for PHP's maxdb_warning_count
[edit | history]
maxdb_warning_countmaxdb::warning_count(PECL maxdb >= 1.0) maxdb_warning_count -- maxdb::warning_count — Returns the number of warnings from the last query for the given link DescriptionProcedural style
int maxdb_warning_count
( resource
$link
)Object oriented style int $maxdb->warning_count;
maxdb_warning_count() returns the number of warnings
from the last query in the connection represented by the
Return ValuesNumber of warnings or zero if there are no warnings. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Warning: maxdb_query(): -8004 POS(62) Constant must be compatible with column type and length <...> Number of warning: 0 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|