pg_copy_to(PHP 4 >= 4.2.0, PHP 5) pg_copy_to — Copy a table to an array Описание
array pg_copy_to
( resource $connection
, string $table_name
[, string $delimiter
[, string $null_as
]] )
pg_copy_to() copies a table to an array. It issues COPY TO SQL command internally to retrieve records. Список параметров
Возвращаемые значенияAn array with one element for each line of COPY data. It returns FALSE on failure. Примеры
Пример #1 pg_copy_to() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |