update : 2015.11.03
php.shukuma.com검색:
|
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.
인수
반환값
성공 시 예제
Example #1 Creating a Paradox database with two fields
<?php 참고
|