Searched refs:objectId (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 282 public function get(array|string $objectId, bool $preserveKeys = false): mixed {} argument 285 public function getnext(array|string $objectId): mixed {} argument 288 …public function walk(array|string $objectId, bool $suffixAsKey = false, int $maxRepetitions = -1, … argument 291 public function set(array|string $objectId, array|string $type, array|string $value): bool {} 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 7 milliseconds