pg_delete

 mixed pg_delete ( resource $connection , string $table_name , array $assoc_array [, int $options = PGSQL_DML_EXEC ] ) 

説明

pg_delete() deletes records from a table specified by the keys and values in assoc_array. If options is specified, pg_convert() is applied to assoc_array with the specified options.

戻り値

Returns TRUE on success or FALSE on failure. Returns string if PGSQL_DML_STRING is passed via options.