Is glob a bad idea? |
[eluser]Ricardo SDL[/eluser]
Hi! I'm developing a little website where the users can upload images. I'm just putting all images in the same folder on the server and using the glob (http://php.net/manual/en/function.glob.php) function to get their addresses. With many images in the same folder, maybe thousands, the use of glob will show a great speed penalty? |
Messages In This Thread |
Is glob a bad idea? - by El Forum - 11-17-2009, 10:32 AM
Is glob a bad idea? - by El Forum - 11-17-2009, 10:35 AM
Is glob a bad idea? - by El Forum - 11-17-2009, 10:38 AM
Is glob a bad idea? - by El Forum - 11-17-2009, 10:55 AM
Is glob a bad idea? - by El Forum - 11-17-2009, 11:39 PM
|