$phone = #טלפון#;
if (substr($phone, 0, 2) === ’00’) { return substr($phone, 1); } else { return ‘תקין’; }