10-07-07, 19:30
|
# 6
|
חבר וותיק
|
במקום סתם להתווכח...
ציטוט:
Do not use preg_match() if you only want to check if one string is contained in another string. Use strpos() or strstr() instead as they will be faster.
|
http://il.php.net/manual/en/function.preg-match.php
|
|
|