pg_affected_rows(PHP 4 >= 4.2.0, PHP 5) pg_affected_rows — Returns number of affected records (tuples) Описание
int pg_affected_rows
( resource $result
)
pg_affected_rows() returns the number of tuples (instances/records/rows) affected by INSERT, UPDATE, and DELETE queries.
Список параметров
Возвращаемые значенияThe number of rows affected by the query. If no tuple is affected, it will return 0. Примеры
Пример #1 pg_affected_rows() example
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |