|
pg_insertInsert array into table Description
mixed pg_insert
( resource
$connection
, string $table_name
, array $assoc_array
[, int $options = PGSQL_DML_EXEC
] )
pg_insert inserts the values of Parameters
Return Values
Returns the connection resource on success, or Examples
Example #1 pg_insert example
<?php Changelog
See Also
|