Extended file stream wrapper class which auto-creates directories
author |
Michiel Rook mrook@php.net |
---|---|
version |
$Id: 463342405fce9caca61181db7e4412c3e1c6a91f $ |
package |
phing.util |
registerStream()
unregisterStream()
createDirectories($path)
stream_open($path, $mode, $options, $opened_path)
stream_close()
stream_read($count)
stream_write($data)
stream_eof()
stream_tell()
stream_seek($offset, $whence)
stream_flush()
stream_stat()
unlink($path)
rename($path_from, $path_to)
mkdir($path, $mode, $options)
rmdir($path, $options)
fp :