PHP » GoLang |
login |
register |
about
|
GoLang sqlsrv_num_rows
request it (378)
GoLang replacement for PHP's sqlsrv_num_rows
[edit | history]
sqlsrv_num_rows(No version information available, might only be in Git) sqlsrv_num_rows — Retrieves the number of rows in a result set DescriptionRetrieves the number of rows in a result set. This function requires that the statment resource be created with a static or keyset cursor. For more information, see sqlsrv_query(), sqlsrv_prepare(), or » Specifying a Cursor Type and Selecting Rows in the Microsoft SQLSRV documentation. Parameters
Return Values
Returns the number of rows retrieved on success and Examples
Example #1 sqlsrv_num_rows() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|