ovrimos_fetch_row(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5) ovrimos_fetch_row — Fetches a row from the result set Описание
   bool ovrimos_fetch_row
    ( int $result_id
   [, int $how
   [, int $row_number
  ]] ) 
  Fetches a row from the result set. Column values should be retrieved with other calls. Список параметров
 
 Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
 Пример #1 A fetch row example 
<?php | 
||||||||||||||