numberType = (ord($data{0}) & 112) >> 4; $this->numberingPlan = (ord($data{0}) & 15); //data{1} is presentation/screening indicator $this->number = substr($data, 2); } } ?>