View Single Post
ישן 10-07-07, 19:30   # 6
4ior
חבר וותיק
 
4ior's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,451

4ior לא מחובר  

במקום סתם להתווכח...
ציטוט:
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
  Reply With Quote