update : 2015.11.03
php.shukuma.com검색:
|
fbsql_field_name(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_field_name — Get the name of the specified field in a result 설명
string fbsql_field_name
( resource
$result
[, int $field_index
] )Returns the name of the specified field index. 인수
반환값
Returns the name as a string, or 예제
Example #1 fbsql_field_name() example
<?php 위 예제의 출력: user_id password |