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