Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 300 Bytes

admin-manager.md

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();