update : 2015.11.03
php.shukuma.com검색:
|
ifx_num_fields(PHP 4, PHP <=5.2.0) ifx_num_fields — Returns the number of columns in the query 설명
int ifx_num_fields
( resource
$result_id
)After preparing or executing a query, this call gives you the number of columns in the query. 인수
반환값
Returns the number of columns in query for
예제
Example #1 ifx_num_fields() Example
<?php |