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