JsonStorageBox.php
Interfaces, Classes, Traits and Enums
- JsonStorageBox
- Represents a key-value data store.
Table of Contents
- path_resolve() : string
- Resolves a relative path against a given base directory.
Functions
path_resolve()
Resolves a relative path against a given base directory.
path_resolve(string $path[, string|null $basePath = null ]) : string
Parameters
- $path : string
-
The relative path to resolve.
- $basePath : string|null = null
-
The base directory to resolve against.
Tags
Return values
string —An absolute path.