|
mssql_fetch_fieldGet field information Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include:
Description
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. Parameters
Return ValuesReturns an object containing field information. The properties of the object are:
Examples
Example #1 mssql_fetch_field example
<?php See Also
|