PHP » GoLang |
login |
register |
about
|
GoLang sqlsrv_get_field
request it (413)
GoLang replacement for PHP's sqlsrv_get_field
[edit | history]
sqlsrv_get_field(No version information available, might only be in Git) sqlsrv_get_field — Gets field data from the currently selected row DescriptionGets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0. Parameters
Return Values
Returns data from the specified field on success. Returns Examples
Example #1 sqlsrv_get_field() example The following example demonstrates how to retrieve a row with sqlsrv_fetch() and get the row fields with sqlsrv_get_field().
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|