Path
in package
uses
Log
Utility class to work with path
Table of Contents
Methods
- build() : string
- isAbsolute() : true
Methods
build()
public
static build(string ...$fragments) : string
Parameters
- $fragments : string
Return values
stringisAbsolute()
public
static isAbsolute(string $path) : true
Parameters
- $path : string
Return values
true —if the path starts with a slash, false otherwise