Skip to content

Update ext/snmp parameter names #6298

New issue

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

Closed
wants to merge 2 commits into from
Closed

Update ext/snmp parameter names #6298

wants to merge 2 commits into from

Conversation

nikic
Copy link
Member

@nikic nikic commented Oct 8, 2020

No description provided.


function snmp3_get(string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, array|string $object_id, int $timeout = -1, int $retries = -1): stdClass|array|string|bool {}
function snmp3_get(
string $hostname, string $sec_name, string $sec_level,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
string $hostname, string $sec_name, string $sec_level,
string $hostname, string $security_name, string $security_level,

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, I knew this was going to happen :) I got a bit stingy with characters because the signature is soooo long...

@php-pulls php-pulls closed this in 5836e3e Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants