px_open_fp
(PECL paradox >= 1.0.0)
px_open_fp — Open paradox database
Описание
bool px_open_fp
( resource $pxdoc
, resource $file
)
Список параметров
-
pxdoc
-
Resource identifier of the paradox database
as returned by px_new().
-
file
-
file
is the return value from
fopen() with the actual database file as parameter.
Make sure the database is writable if you plan to update or insert
records.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Смотрите также
- fopen() - Открывает файл или URL
- The example at px_new() - Create a new paradox object