public class Library
extends java.lang.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(java.lang.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(java.lang.String libraryName)
throws java.lang.Exception
libraryName - the name of the library to loadjava.lang.Exceptionpublic static boolean isInitialized()
public static void terminate()
public static void StartUp()