Hello,
I need to be able to create files with unique names. One thought I had was
to use the date functions. In windows API you can call a function that
returns the number of milliseconds since, I think its January 1, 1970. That
number would pretty much be garunteed to be unuquie (although it could be
long, noone has to read these names).
if I use the PHP gettimeofday() function and get the "usec" value, would
this be the same thing? The manual is unclear about what the usecs is in
reference to.
- John Vanderbeck
- Admin, GameDesign
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]