$phone = #טלפון#;
if (strpos($phone, ‘0’) === 0) { return substr($phone, 1); } else { return $phone; }