newt_init()
newt_init - Initialize newt
Syntax
int newt_init ()
Arguments
-
Description
Initializes the newt interface. This function must be called before any other newt function.
Version
PHP PECL newt >= 0.1
Return value
Returns 1 on success, 0 on failure.