I can't get to work the get method of a HashMap, that I get from Java (i'm=
=20
not creating from php)
I try:
$Cliente=3D$h->get(1); //where $h is the HashMap
Also:
$i=3Dnew java("java.lang.Integer",1);
$Cliente=3D$h->get($i);
echo "Cliente:".$Cliente->toString();
both return :
*Fatal error*: Call to a member function toString() on a non-object.
|