mssql_fetch_batch(PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_batch — Returns the next batch of records Описание
   int mssql_fetch_batch
    ( resource $result
   ) 
  Returns the next batch of records Список параметров
 
 Возвращаемые значенияReturns the batch number as an integer. Примеры
 Пример #1 mssql_fetch_batch() example 
<?php | 
||