On Fri, April 20, 2007 5:11 pm, Tijnema ! wrote:
> So you end up with a big useless array? How big is the chance that
> there are 2 files modified at the same time? 0.00001? or is it
> 0.0000000001?

Well, the OP *said* he had multiple files with the same mtime, and
asked why he was only getting one of them...

Other than that, the odds are pretty damn good you'll have multiple
files with the same filemtime, actually, given that something like
'cp' will coy a heck of a lot of files with the same filemtime...

Not to mention 'tar', 'scp' or anything of that nature, depending on
what flags you use, or not, as the case may be.

There are a lot of ways to get a zillion files with the same
filemtime, actually...

So do you want to write code that mostly works sometimes, or do you
want to write code that always works?
[shrug]

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to