mbBasename() mbBasename(string $path, null $suffix = null) : string Parameters string $path null $suffix Returns string
changeMod() changeMod(string $path, integer $mode = null) : boolean Parameters string $path integer $mode Returns boolean
getImageSize() getImageSize(string $path, array $info = array()) : array Parameters string $path array $info Returns array
put() put(string $path, string $contents) : boolean Parameters string $path string $contents Returns boolean
copyDirectory() copyDirectory(string $from, string $to) : boolean Parameters string $from string $to Returns boolean
compress() compress(string $source, string $destination, string $root = '', array $exclude = array()) : void Parameters string $source string $destination string $root array $exclude
unzip() unzip(string $source, string $destination) : void Parameters string $source string $destination Throws \RuntimeException
uniqueFilePath() uniqueFilePath(string $original, integer $num) : string Parameters string $original integer $num Returns string
removeIllegalCharacters() removeIllegalCharacters(string $source) : string Parameters string $source Returns string