libphonenumber\PhoneMetadata::hasInternationalPrefix PHP Method

hasInternationalPrefix() public method

    public function hasInternationalPrefix()
    {
        return isset($this->internationalPrefix);
    }
PhoneMetadata