update : 2015.11.03
php.shukuma.com검색:
|
mssql_fetch_field(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_field — Get field information 설명
object mssql_fetch_field
( resource
$result
[, int $field_offset = -1
] )mssql_fetch_field() can be used in order to obtain information about fields in a certain query result. 인수
반환값Returns an object containing field information. The properties of the object are:
예제
Example #1 mssql_fetch_field() example
<?php |