Home > PHP > Function > > px_new()

px_new()

px_new - Create a new paradox object

Syntax

resource px_new ()

Arguments

-

Description

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.

Version

PHP PECL paradox >= 1.0.0

Return value

Returns FALSE on failure.