PHP » GoLang |
login |
register |
about
|
GoLang mssql_fetch_field
request it (370)
GoLang replacement for PHP's mssql_fetch_field
[edit | history]
mssql_fetch_field(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_field — Get 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 |
more
Recently updated
more
Most requested
more
Last requests
|