update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 mssql_rows_affected() example
<?php |