update : 2015.11.03
php.shukuma.com검색:
|
px_new(PECL paradox >= 1.0.0) px_new — Create a new paradox object 설명
resource px_new
( void
)
Create a new paradox object. You will have to call this function before any further functions. px_new() does not create any file on the disk, it just creates an instance of a paradox object. This function must not be called if the object oriented interface is used. Use new paradox_db() instead. 반환값
Returns 예제
Example #1 Opening a Paradox database
<?php If you prefer the object oriented API, then the above example will look like the following. Example #2 Opening a Paradox database
<?php |