From: <php...@li...> - 2007-05-01 14:06:39
|
$algorithm = java("java.security.MessageDigest"); $algorithm->getInstance("md5"); $algorithm->reset(); As far as I understood the discussion this should be $algo = java(...)->getInstance(...). You want to reset the algorithm, not the class, no? 8=) --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos. |