/JavaBridge.inc

Description
Includes
require_once ("${JAVA_BASE}/JavaProxy.inc") (line 61)
Functions
Java (line 146)

Access the java type with the given name.

Example:

  1.  java("java.lang.System")->getProperties();

  • access: public
void Java ($name $name)
  • $name $name: The type name
java_autoload (line 123)

Load a set of java libraries and make them available in the current name space.

Available since php 5.2.0. Example:

  1.  java_autoload("itext.jar;log4j.jar");
  2.  $byte java_lang_Byte::type()->TYPE;
  3.  $reader new com_lowagie_text_pdf_PdfReader("mypdf.pdf");
  4.  ...

  • access: public
void java_autoload ([$libs $libs = null])
  • $libs $libs: The libraries separated by a semicolon

Documentation generated on Sun, 30 Sep 2007 10:33:26 +0200 by phpDocumentor 1.4.0a2