We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expanded
Hi!
I (we) find the library very useful. I am missing one feature though, for it to completely fulfill my "IP needs".
Would you be open to accepting a pull request adding a expanded(): string method to the IP class?
expanded(): string
IP
It would work in the following way:
IP::parse('::1')->expanded(); // would return: 0000:0000:0000:0000:0000:0000:0000:0001 IP::parse('127.0.0.1')->expanded(); // would return: 127.0.0.1
I would include test (of course).
I wanted to check in first, because it seems like the library hasn't been updated in a long time.
The IP standards doesn't really see frequent changes either so maybe the library is regarded as "feature complete"? :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I (we) find the library very useful. I am missing one feature though, for it to completely fulfill my "IP needs".
Would you be open to accepting a pull request adding a
expanded(): string
method to theIP
class?It would work in the following way:
I would include test (of course).
I wanted to check in first, because it seems like the library hasn't been updated in a long time.
The IP standards doesn't really see frequent changes either so maybe the library is regarded as "feature complete"? :)
The text was updated successfully, but these errors were encountered: