From: <php...@li...> - 2006-03-16 10:24:53
|
Hello, I don't know if this is a proper behavior, but: $ar=array(1, 2, 3); $v=new java("java.util.Vector", $ar); echo $v->toString(); outputs: [o(String):"[2, 1, 3]"] As you see values of vector are not ordered as in input array. Best regards, ML |