|
pg_convertConvert associative array values into suitable for SQL statement Description
array pg_convert
( resource
$connection
, string $table_name
, array $assoc_array
[, int $options = 0
] )
pg_convert checks and converts the values in
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
An array of converted values, or Examples
Example #1 pg_convert example
<?php See Also
|