update : 2015.11.03
php.shukuma.com검색:
|
maxdb_field_countmaxdb::field_count(PECL maxdb >= 1.0) maxdb_field_count -- maxdb::field_count — Returns the number of columns for the most recent query 설명절차식 형식
int maxdb_field_count
( resource
$link
)객체 기반 형식
int maxdb::field_count
( void
)
Returns the number of columns for the most recent query on the connection
represented by the 반환값An integer representing the number of fields in a result set. 예제
Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php The above example produces no output. |