|
px_create_fp(PECL paradox >= 1.0.0) px_create_fp — Create a new paradox database Описание
bool px_create_fp
( resource $pxdoc
, resource $file
, array $fielddesc
)
Create a new paradox database file. The actual file has to be opened before with fopen(). Make sure the file is writable.
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 Creating a Paradox database with two fields
<?php Смотрите также
|
|