Class Java

Description

The Java proxy class.

The Java proxy class. Use this constructor to create an instance. Use the Java function to access the type. Example which creates an instance:

  1.  $s new Java("java.lang.String""hello");

Located in /JavaProxy.inc (line 749)

java_AbstractJava
   |
   --Java
Method Summary
Java Java ()
void __call (string $method, array $args)
Methods
Constructor Java (line 767)

Create a new instance of a java type.

Create a new instance of a java type. Use this constructor to create an instance. Use the Java function to access the type. Example which creates an instance:

  1.  $s new Java("java.lang.String""hello");
Example which accesses the System class:
  1.  $s Java("java.lang.System");

Java Java ()
__call (line 874)

Call a method on a Java object

Call a method on a Java object Example:

  1.  $s->substring(110);

void __call (string $method, array $args)
  • string $method: The method name
  • array $args: The argument array

Documentation generated on Sun, 30 Nov 2008 10:51:49 +0100 by phpDocumentor 1.4.0a2