|
From: <php...@li...> - 2008-08-20 10:58:16
|
Hi,
I am sorry, I could not reproduce this problem. The following script prints
{country=Columbia}
<?php require_once("http://localhost:8080/JavaBridge/java/Java.inc");
$map = new Java('java.util.HashMap');
$map->put('country', 'Columbia');
printMapFromPHP($map);
// Receive the variable by reference
function printMapFromPHP(&$map){
echo $map;
}
?>
Regards,
Jost Boekemeier
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
|