public function IRPhoneCorrection($phone) { @ $phone = iconv("UTF-8", "ASCII", $phone); $phone = preg_replace('/\s+/', '', $phone); if (substr($phone, 0, 2) === "98") { $phone =...