Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 300 Bytes

File metadata and controls

13 lines (9 loc) · 300 Bytes

Admin manager

Manages administrative functions and information retrieval for the server/cluster.

Functions

The admin manager supports the following functions:

getVersion(bool $details = false): stdClass

Get the ArangoDB version of the server

$arangoClient->admin()->getVersion();