תסתכל פה
Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise. In the standard C locale letters are just [A-Za-z] and the function is equivalent to preg_match('/^[a-z0-9]*$/i', $text). זה מה שהפקודה הזו עושה היא עוברת ובודקת אם הקלט הוא ספרות או אותיות אם יש דברים אחרים היא מחזיקה FALSE