update : 2015.11.03
php.shukuma.com검색:
|
oci_num_rows(PHP 5, PECL OCI8 >= 1.1.0) oci_num_rows — Returns number of rows affected during statement execution 설명
int oci_num_rows
( resource
$statement
)Gets the number of rows affected during statement execution. 인수
반환값
Returns the number of rows affected as an integer, or 예제
Example #1 oci_num_rows() example
<?php 주의
|