diff options
Diffstat (limited to 'ext/rpc/java/README')
-rw-r--r-- | ext/rpc/java/README | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ext/rpc/java/README b/ext/rpc/java/README index 6a19f8e952..6c64dcfe40 100644 --- a/ext/rpc/java/README +++ b/ext/rpc/java/README @@ -20,7 +20,15 @@ What is PHP4 ext/java? the same syntax. Furthermore, if the java object is of type "java.lang.Class", then static members - 4) Exceptions raised result in PHP warnings, and null results. + 4) Exceptions raised result in PHP warnings, and null results. The + warnings may be eliminated by prefixing the method call with an + "@" sign. The following experimental APIs may be used to retrieve + and reset the last error: + + java_last_exception_get() + java_last_exception_clear() + + These APIs are not currently implemented in a reentrant fashion. 5) Overload resolution is in general a hard problem given the differences in types between the two languages. The PHP Java |