|
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 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. Parameters
Return Values
Returns Examples
Example #1 pg_insert example
<?php Changelog
See Also
|