mini\Util\Path::isRelative() Method

public

Signature

public function isRelative(): bool

Returns

bool

Documentation

Check if this path is relative

Convenience method that returns the negation of isAbsolute(). A path is relative if it's not absolute.

Source

src/Util/Path.php:514-517