$phone = #טלפון ראשי#;
if (strlen($phone) == 10) { return “תקין”; } elseif (strlen($phone) > 10) { return “972”; } else { return “לא תקין”; }