| ||||||||||
pg_cmdtuplesDescriptionint pg_cmdtuples ( resource result)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(). | ||||||||||
|