mirror of
https://github.com/php/php-src.git
synced 2024-12-24 09:18:17 +08:00
fix typo in comment
This commit is contained in:
parent
787cb14c3e
commit
0db6d3b16c
@ -1809,7 +1809,7 @@ PHP_METHOD(snmp, set)
|
||||
php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, (-1));
|
||||
}
|
||||
|
||||
/* {{{ proto bool SNMP::setSecurity(resource session, string sec_level, [ string auth_protocol, string auth_passphrase [, string priv_protocol, string priv_passphrase [, string contextName [, string contextEngineID]]]])
|
||||
/* {{{ proto bool SNMP::setSecurity(string sec_level, [ string auth_protocol, string auth_passphrase [, string priv_protocol, string priv_passphrase [, string contextName [, string contextEngineID]]]])
|
||||
Set SNMPv3 security-related session parameters */
|
||||
PHP_METHOD(snmp, setSecurity)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user