PHP » GoLang |
login |
register |
about
|
GoLang fbsql_affected_rows
request it (400)
GoLang replacement for PHP's fbsql_affected_rows
[edit | history]
fbsql_affected_rows(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_affected_rows — Get number of affected rows in previous FrontBase operation Description
int fbsql_affected_rows
([ resource
$link_identifier
] )
fbsql_affected_rows() returns the number
of rows affected by the last INSERT, UPDATE or DELETE query
associated with
If the last query was a DELETE query with no WHERE clause, all of the records will have been deleted from the table but this function will return zero.
Parameters
Return ValuesIf the last query failed, this function will return -1. |
more
Recently updated
more
Most requested
more
Last requests
|