Posted by Sunwards on 11/07/33 11:31
Hi, may be this help you: <?php preg_match_all("/(?<!EOF|Socket)Exception/s", "Show me all *Exception* since they are different from EOFException and SocketException", $matches); print_r($matches); ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming