Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/snmp/
H A Dsnmp.stub.php100 public function get(array|string $objectId, bool $preserveKeys = false): mixed {} argument
103 public function getnext(array|string $objectId): mixed {} argument
106 …public function walk(array|string $objectId, bool $suffixAsKey = false, int $maxRepetitions = -1, … argument
109 public function set(array|string $objectId, array|string $type, array|string $value): bool {} argument
H A Dsnmp_arginfo.h139 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