From: Nicolas G. <nic...@gm...> - 2005-09-20 23:05:17
|
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. |