См. определение в файле path.php строка 10
◆ combine()
◆ convertLogicalToPhysical()
static convertLogicalToPhysical |
( |
| $path | ) |
|
|
static |
◆ convertLogicalToUri()
static convertLogicalToUri |
( |
| $path | ) |
|
|
static |
◆ convertPhysicalToLogical()
static convertPhysicalToLogical |
( |
| $path | ) |
|
|
static |
◆ convertPhysicalToUri()
static convertPhysicalToUri |
( |
| $path | ) |
|
|
static |
◆ convertRelativeToAbsolute()
static convertRelativeToAbsolute |
( |
| $relativePath | ) |
|
|
static |
◆ convertSiteRelativeToAbsolute()
static convertSiteRelativeToAbsolute |
( |
| $relativePath, |
|
|
| $site = null ) |
|
static |
◆ convertUriToPhysical()
static convertUriToPhysical |
( |
| $path | ) |
|
|
static |
◆ getDirectory()
static getDirectory |
( |
| $path | ) |
|
|
static |
◆ getDirectoryIndexArray()
static getDirectoryIndexArray |
( |
| ) |
|
|
staticprotected |
◆ getExtension()
static getExtension |
( |
| $path | ) |
|
|
static |
◆ getLogicalEncoding()
static getLogicalEncoding |
( |
| ) |
|
|
staticprotected |
◆ getName()
◆ getPhysicalEncoding()
static getPhysicalEncoding |
( |
| ) |
|
|
staticprotected |
◆ isAbsolute()
static isAbsolute |
( |
| $path | ) |
|
|
static |
◆ normalize()
static normalize |
( |
| $path | ) |
|
|
static |
◆ randomizeInvalidFilename()
static randomizeInvalidFilename |
( |
| $filename | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string
См. определение в файле path.php строка 348
◆ replaceInvalidFilename()
static replaceInvalidFilename |
( |
| $filename, |
|
|
| $callback ) |
|
static |
- Аргументы
-
string | $filename | |
callable | $callback | |
- Возвращает
- string
См. определение в файле path.php строка 335
◆ validate()
◆ validateCommon()
static validateCommon |
( |
| $path | ) |
|
|
staticprotected |
◆ validateFilename()
static validateFilename |
( |
| $filename | ) |
|
|
static |
◆ $directoryIndex
◆ $logicalEncoding
◆ $physicalEncoding
◆ DIRECTORY_SEPARATOR
const DIRECTORY_SEPARATOR = '/' |
◆ DIRECTORY_SEPARATOR_ALT
const DIRECTORY_SEPARATOR_ALT = '\\' |
◆ INVALID_FILENAME_BYTES
const INVALID_FILENAME_BYTES = "\xE2\x80\xAE" |
◆ INVALID_FILENAME_CHARS
const INVALID_FILENAME_CHARS = "\\/:*?\"'<>|~#&;" |
◆ PATH_SEPARATOR
const PATH_SEPARATOR = PATH_SEPARATOR |