PHP » GoLang |
login |
register |
about
|
dbx_fetch_row(PHP 5 < 5.1.0, PECL dbx >= 1.1.0) dbx_fetch_row — Fetches rows from a query-result that had the
Description
dbx_fetch_row() fetches rows from a result identifier
that had the
When the As a side effect, the rows property of the query-result object is incremented for each successful call to dbx_fetch_row(). Return ValuesReturns an object on success that contains the same information as any row would have in the dbx_query() result data property, including columns accessible by index or fieldname when the flags for dbx_query() were set that way. Upon failure, returns 0 (e.g. when no more rows are available). Examples
Example #1 How to handle the returned value
<?php |
more
Recently updated
more
Most requested
more
Last requests
|