|
mssql_fetch_batchReturns the next batch of records Warning
This function was REMOVED in PHP 7.0.0. Description
int mssql_fetch_batch
( resource
$result
)Returns the next batch of records. Parameters
Return ValuesReturns the number of rows in the returned batch. Examples
Example #1 mssql_fetch_batch example
<?php |