libphonenumber\PhoneMetadata::clearLeadingZeroPossible PHP 메소드

clearLeadingZeroPossible() 공개 메소드

    public function clearLeadingZeroPossible()
    {
        $this->leadingZeroPossible = false;
        return $this;
    }
PhoneMetadata