libphonenumber\PhoneMetadata::clearLeadingZeroPossible PHP Method

clearLeadingZeroPossible() public method

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