Skip to content

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