Class: UnixPlatform
Source Location: /modules/core/classes/GalleryPlatform/UnixPlatform.class
Class UnixPlatform
Inherited Properties, Constants, and Methods
Methods
Parameters:
API Tags:
See: | GalleryPlatform::exec |
Redefinition of:
- GalleryPlatform::exec()
- Execute a command and record the results and status.
API Tags:
See: | GalleryPlatform::getLineEnding |
Redefinition of:
- GalleryPlatform::getLineEnding()
- Return the string of characters which represent the line ending on this platform.
void isRestrictedByOpenBaseDir(
$path
)
|
|
Parameters:
API Tags:
See: | GalleryPlatform::isRestrictedByOpenBaseDir |
Redefinition of:
- GalleryPlatform::isRestrictedByOpenBaseDir()
- Return true if the path provided is not allowed by the current open_basedir configuration.
void isSymlinkSupported(
)
|
|
API Tags:
See: | GalleryPlatform::isSymlinkSupported
symlink may have been disabled so make sure it still exists |
Redefinition of:
- GalleryPlatform::isSymlinkSupported()
- Return a boolean specifying whether or not this platform can perform a symbolic link (symlink) command.
Parameters:
API Tags:
See: | GalleryPlatform::splitPath |
Redefinition of:
- GalleryPlatform::splitPath()
- Split path into component elements. Include root path for absolute paths.
|
|