Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Path_Processor::is_absolute_path( string $path )
Indicates whether or not a path is absolute.
Description Description
Parameters Parameters
- $path
-
(Required) The path to check.
Return Return
(bool) True if the path is absolute, otherwise false.
Source Source
File: vendor/automattic/jetpack-autoloader/src/class-path-processor.php