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