void exec(
$cmdArray, [
$returnErrorOutput = false]
)
|
|
Parameters:
|
$cmdArray: |
|
|
$returnErrorOutput: |
|
API Tags:
See: | GalleryPlatform::exec |
Redefinition of:
- GalleryPlatform::exec()
- Execute a command and record the results and status.
Redefined in descendants as:
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.
Redefined in descendants as:
void isSymlinkSupported(
)
|
|
API Tags:
See: | GalleryPlatform::isSymlinkSupported |
Redefinition of:
- GalleryPlatform::isSymlinkSupported()
- Return a boolean specifying whether or not this platform can perform a symbolic link (symlink) command.
void is_executable(
$filename
)
|
|
Parameters:
API Tags:
See: | GalleryPlatform::is_executable |
Redefinition of:
- GalleryPlatform::is_executable()
- Is the given path an executable file?
Redefined in descendants as:
void rename(
$oldname,
$newname
)
|
|
Parameters:
API Tags:
See: | GalleryPlatform::rename |
Redefinition of:
- GalleryPlatform::rename()
- Rename a file/dir.
Redefined in descendants as:
Parameters:
API Tags:
See: | GalleryPlatform::splitPath |
Redefinition of:
- GalleryPlatform::splitPath()
- Split path into component elements. Include root path for absolute paths.
void strftime(
$format, [
$timestamp = null]
)
|
|
Parameters:
API Tags:
See: | GalleryPlatform::strftime |
Redefinition of:
- GalleryPlatform::strftime()
- Format a local time/date according to locale settings. Converts any text output from strftime tokens to UTF-8.