|
fbsql_fetch_fieldGet column information from a result and return as an object Description
object fbsql_fetch_field
( resource
$result
[, int $field_offset
] )Used in order to obtain information about fields in a certain query result. Parameters
Return Values
Returns an object containing field information, or The properties of the object are:
Examples
Example #1 fbsql_fetch_field example
<?php See Also
|