Открытые статические члены | |
static | tidy (string $path) |
static | secure (string $path) |
static | isLangDir (string $path, bool $additionalCheck=false) |
static | extractLangId (string $path) |
static | replaceLangId (string $path, string $langId) |
static | removeLangId (string $path, ?array $langs=null) |
static | addLangId (string $path, string $langId, ?array $langs=null) |
static | checkCreatePath (string $path) |
static | isPhpFile (string $path, bool $checkExistence=false) |
Открытые статические члены унаследованные от Path | |
static | normalize ($path) |
static | getExtension ($path) |
static | getName ($path) |
static | getDirectory ($path) |
static | convertLogicalToPhysical ($path) |
static | convertPhysicalToLogical ($path) |
static | convertLogicalToUri ($path) |
static | convertPhysicalToUri ($path) |
static | convertUriToPhysical ($path) |
static | combine () |
static | convertRelativeToAbsolute ($relativePath) |
static | convertSiteRelativeToAbsolute ($relativePath, $site=null) |
static | validate ($path) |
static | validateFilename ($filename) |
static | replaceInvalidFilename ($filename, $callback) |
static | randomizeInvalidFilename ($filename) |
static | isAbsolute ($path) |
Дополнительные унаследованные члены | |
Открытые атрибуты унаследованные от Path | |
const | DIRECTORY_SEPARATOR = '/' |
const | DIRECTORY_SEPARATOR_ALT = '\\' |
const | PATH_SEPARATOR = PATH_SEPARATOR |
const | INVALID_FILENAME_CHARS = "\\/:*?\"'<>|~#&;" |
const | INVALID_FILENAME_BYTES = "\xE2\x80\xAE" |
Защищенные статические члены унаследованные от Path | |
static | getLogicalEncoding () |
static | getPhysicalEncoding () |
static | validateCommon ($path) |
static | getDirectoryIndexArray () |
Статические защищенные данные унаследованные от Path | |
static | $physicalEncoding = "" |
static | $logicalEncoding = "" |
static | $directoryIndex = null |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |