ArangoDB-PHP-Core API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • frankmayer
    • ArangoDbPhpCore
      • Api
        • Rest
      • Config
      • Connectors
      • Plugins
      • Protocols
        • Http
      • TraitRepository

Classes

  • Autoloader
  • Client
  • ClientOptions

Interfaces

  • ClientInterface
  • ConnectorInterface

Exceptions

  • ClientException
  • ConnectionException
  • Exception
  • ServerException

Class ClientOptions

Class ClientOptions

Namespace: frankmayer\ArangoDbPhpCore
Package: frankmayer\ArangoDbPhpCore
Located at ClientOptions.php

Constants summary

string OPTION_ENDPOINT

Endpoint string index constant

Endpoint string index constant

# 'endpoint'
string OPTION_AUTH_USER

Authentication user name

Authentication user name

# 'AuthUser'
string OPTION_AUTH_PASSWD

Authentication password

Authentication password

# 'AuthPasswd'
string OPTION_AUTH_TYPE

Authentication type

Authentication type

# 'AuthType'
string OPTION_TIMEOUT

Timeout value index constant

Timeout value index constant

# 'timeout'
string OPTION_BATCH

Batch flag

Batch flag

# 'Batch'
string OPTION_BATCHPART

Batchpart flag

Batchpart flag

# 'BatchPart'
string OPTION_CLIENT

Client close or keepalive strategy constant

Client close or keepalive strategy constant

# 'Close'
boolean OPTION_CREATE

option to create unknown collections automatically

option to create unknown collections automatically

# false
string OPTION_UPDATE_POLICY

Update strategy

Update strategy

# frankmayer\ArangoDbPhpCore\UpdatePolicy::LAST
string OPTION_CHECK_UTF8_CONFORM

UTF-8 CHeck Flag

UTF-8 CHeck Flag

# 'CheckUtf8Conform'
string OPTION_TRACE

Trace function index constant

Trace function index constant

# 'trace'
string OPTION_ENHANCED_TRACE

Enhanced trace

Enhanced trace

# 'enhancedTrace'
string OPTION_PLUGINS

Plugins index constant

Plugins index constant

# 'plugins'
string OPTION_DEFAULT_DATABASE

Default database index constant

Default database index constant

# 'defaultDatabase'
string OPTION_REQUEST_CLASS

RequestClass index constant

RequestClass index constant

# 'requestClass'
string OPTION_RESPONSE_CLASS

ResponseClass index constant

ResponseClass index constant

# 'responseClass'
string OPTION_DATABASE_PATH_PREFIX

ResponseClass index constant

ResponseClass index constant

# 'databasePathPrefix'
ArangoDB-PHP-Core API Documentation API documentation generated by ApiGen