pg_cmdtuples() returns the number of tuples (instances/records/rows) affected by INSERT, UPDATE, and DELETE queries executed by pg_exec(). If no tuple is affected by this function, it will return 0.
See also pg_exec() and pg_numrows().
Poprzedni | Spis treści | Następny |
pg_close | Początek rozdziału | pg_connect |