PHP » GoLang |
login |
register |
about
|
maxdb_infomaxdb::info(PECL maxdb >= 1.0) maxdb_info -- maxdb::info — Retrieves information about the most recently executed query DescriptionProcedural style
string maxdb_info
( resource
$link
)Object oriented style string $maxdb->info;
The maxdb_info() function returns a string providing information about the last query executed. The nature of this string is provided below:
Return ValuesA character string representing additional information about the most recently executed query. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Records: 25 Duplicates: 0 Warnings: 0 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|