I'm wondering which is faster, eregi('[A-Z]',$variable); or
ereg('A-Za-z',$variable);?
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] Which is faster? Leif K-Brooks
- Re: [PHP] Which is faster? Evan Nemerson
- RE: [PHP] Which is faster? John W. Holmes