Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/function.pg-cmdtuples.html
Дата изменения: Sun Feb 3 22:52:57 2002 Дата индексирования: Mon Oct 1 21:43:05 2012 Кодировка: |
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().