The usage of md5() in PHPLIB show TWO arguments, a seed and the string. Nothing in the 
online manual shows 2 args. What's the dealio?

Line 111 from PHPLIB7.2c - session.inc:

$id = $this->that->ac_newid(md5(uniqid($this->magic)), $this->name);



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to