|
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 в случае возникновения ошибки. Примеры
Пример #1 A fetch into example
<?php |
|||||||||||||