PHP » GoLang |
login |
register |
about
|
sqlsrv_fetch(No version information available, might only be in Git) sqlsrv_fetch — Makes the next row in a result set available for reading DescriptionMakes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row. Parameters
Return Values
Returns Examples
Example #1 sqlsrv_fetch() 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
|