pg_insert(PHP 4 >= 4.3.0, PHP 5) pg_insert — Insert array into table Описание
mixed pg_insert
( resource $connection
, string $table_name
, array $assoc_array
[, int $options
] )
pg_insert() inserts the values of assoc_array into the table specified by table_name . If options is specified, pg_convert() is applied to assoc_array with the specified options. Внимание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Returns string if PGSQL_DML_STRING is passed via options . Примеры
Пример #1 pg_insert() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |