Function java_virtual
Include the output of some Java resource.
java_virtual() uses the PHP/Java Bridge protocol to render .jsp, .jsf or other Java resources through PHP scripts running within Apache, IIS or as a JEE sub component.
Example:
<?php require_once("java/Java.inc"); java_session(); echo java_virtual("/test.jsp", true); ?>
License:
GPL
Author: Jost Boekemeier
See: http://php.net/manual/en/function.virtual.php
See: java_session();
Located at JavaBridge.inc
Author: Jost Boekemeier
See: http://php.net/manual/en/function.virtual.php
See: java_session();
Located at JavaBridge.inc
string |
$path |
local resource |
boolean |
$return = false |
the response |
mixed
|
The response or true |