|
mssql_rows_affected(PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1) mssql_rows_affected — Returns the number of records affected by the query Описание
int mssql_rows_affected
( resource $link_identifier
)
Returns the number of records affected by the last write query. Список параметров
Возвращаемые значенияReturns the number of records affected by last operation. Примеры
Пример #1 mssql_rows_affected() example
<?php |
|