PHP » GoLang |
login |
register |
about
|
GoLang mssql_field_seek
request it (370)
GoLang replacement for PHP's mssql_field_seek
[edit | history]
mssql_field_seek(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_seek — Seeks to the specified field offset Warning
This function was REMOVED in PHP 7.0.0. Description
bool mssql_field_seek
( resource
$result
, int $field_offset
)Seeks to the specified field offset. If the next call to mssql_fetch_field() won't include a field offset, this field would be returned. Parameters
Return Values
Returns Examples
Example #1 Using mssql_field_seek() on the example for mssql_fetch_field()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|