2008/8/25 David Otton <[EMAIL PROTECTED]>:

> You can check the manual for full details, but briefly, sql_regcase()
> returns a case-insensitive regular expression, and glob() returns an
> array of filenames that match the path given to it (in this case
> "./thumbs/*.jpg").

I should have mentioned that glob() accepts shell wildcard expansions,
not regular expressions. But in this case they're similar enough that
you can get away with a mix-and-match approach.

-- 

http://www.otton.org/

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

Reply via email to