Searched refs:objectId (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/snmp/ |
H A D | snmp.stub.php | 270 public function get(array|string $objectId, bool $preserveKeys = false): mixed {} argument 273 public function getnext(array|string $objectId): mixed {} argument 276 …public function walk(array|string $objectId, bool $suffixAsKey = false, int $maxRepetitions = -1, … argument 279 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 10 milliseconds