$phone_number = #טלפון ראשי#; if (strpos($phone_number, ‘0’) !== 0) { return “1”; } else { return “0”; }