update : 2015.11.03
php.shukuma.com검색:
|
mysql_field_name(PHP 4, PHP 5) mysql_field_name — 결과로부터 특정 필드의 이름을 반환 설명
string mysql_field_name
( resource
$result
, int $field_offset
)mysql_field_name()는 특정 필드 이름을 반환한다. 인수
반환값
성공하면 특정 필드 이름을, 실패하면 예제
Example #1 mysql_field_name() 예제
<?php 위 예제의 출력: user_id password 주의
|