update : 2015.11.03
php.shukuma.com검색:
|
fbsql_list_fields(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_list_fields — List FrontBase result fields 설명
resource fbsql_list_fields
( string
$database_name
, string $table_name
[, resource $link_identifier
] )Retrieves information about the given table. 인수
반환값
Returns a result pointer which can be used with the
fbsql_field_xxx functions, or 오류/예외A string describing the error will be placed in $phperrmsg, and unless the function was called as @fbsql() then this error string will also be printed out. 예제
Example #1 fbsql_list_fields() example
<?php 위 예제의 출력 예시: field1 field2 field3 ... 참고
|