Searched refs:objectId (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/snmp/ |
H A D | snmp.stub.php | 90 public function get(array|string $objectId, bool $preserveKeys = false) {} argument 93 public function getnext(array|string $objectId) {} argument 96 …public function walk(array|string $objectId, bool $suffixAsKey = false, int $maxRepetitions = -1, … argument 99 public function set(array|string $objectId, array|string $type, array|string $value) {} argument
|
H A D | snmp_arginfo.h | 139 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 144 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 148 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 155 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
|
Completed in 12 milliseconds