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