Some helper methods to construct and process URLs
| package | ArangoDBClient |
|---|---|
| since | 0.2 |
appendParamsUrl(string $baseUrl, array $params) : string
Parameter values will be URL-encoded
stringarraystring- the assembled URLbuildUrl(string $baseUrl, array $parts = array()) : string
This function accepts variable arguments.
stringarraystring- assembled URLgetBoolString(mixed $value) : string
mixedstring- "true" if $value evaluates to true, "false" otherwisegetDocumentIdFromLocation(string $location) : string
stringstring- document id parsed from header