|
PHP5中文手册
ovrimos_fetch_into(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5) ovrimos_fetch_into — Fetches a row from the result set 说明
bool ovrimos_fetch_into
( int $result_id
, array &$result_array
[, string $how
[, int $rownumber
]] )
Fetches a row from the given result set, into result_array . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 A fetch into example
<?php |