|
pg_deleteDeletes records Description
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 Parameters
Return Values
Returns Examples
Example #1 pg_delete example
<?php Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Changelog
See Also
|