|
ovrimos_fetch_intoFetches a row from the result set Description
bool ovrimos_fetch_into
( int
$result_id
, array &$result_array
[, string $how
[, int $rownumber
]] )
Fetches a row from the given result set, into
Parameters
Return Values
Returns Examples
Example #1 A fetch into example
<?php See Also
|