public class Library extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PHP_MAJOR_VERSION |
static int |
PHP_MINOR_VERSION |
static int |
PHP_PATCH_VERSION |
Modifier and Type | Method and Description |
---|---|
static boolean |
initialize(String libraryName)
Setup any PHP internal data structures.
|
static boolean |
isInitialized()
Check if PHP module is initialized.
|
static void |
shutdown() |
static boolean |
startup() |
static void |
StartUp() |
static void |
terminate()
Terminate PHP Engine.
|
public static int PHP_MAJOR_VERSION
public static int PHP_MINOR_VERSION
public static int PHP_PATCH_VERSION
public static boolean startup()
public static void shutdown()
public static boolean initialize(String libraryName) throws Exception
libraryName
- the name of the library to loadException
public static boolean isInitialized()
public static void terminate()
public static void StartUp()
Copyright © 2017 JBoss by Red Hat. All rights reserved.