mSQL 함수 목록
PHP Manual

msql_fetch_field

(PHP 4, PHP 5)

msql_fetch_fieldGet field information

설명

object msql_fetch_field ( resource $result [, int $field_offset ] )

msql_fetch_field() can be used in order to obtain information about fields in a certain query result.

인수

result

msql_query() 호출을 통한 결과 resource.

field_offset

The field offset. If not specified, the next field that wasn't yet retrieved by msql_fetch_field() is retrieved.

반환값

Returns an object containing field information. The properties of the object are:

참고


mSQL 함수 목록
PHP Manual