ExtendedFileStream

Extended file stream wrapper class which auto-creates directories

author

Michiel Rook mrook@php.net

version

$Id: 463342405fce9caca61181db7e4412c3e1c6a91f $

package

phing.util

Methods

registerStream

registerStream() 
static

unregisterStream

unregisterStream() 
static

createDirectories

createDirectories($path) 

Arguments

$path

stream_open

stream_open($path, $mode, $options, $opened_path) 

Arguments

$path

$mode

$options

$opened_path

stream_close

stream_close() 

stream_read

stream_read($count) 

Arguments

$count

stream_write

stream_write($data) 

Arguments

$data

stream_eof

stream_eof() 

stream_tell

stream_tell() 

stream_seek

stream_seek($offset, $whence) 

Arguments

$offset

$whence

stream_flush

stream_flush() 

stream_stat

stream_stat() 

rename

rename($path_from, $path_to) 

Arguments

$path_from

$path_to

mkdir

mkdir($path, $mode, $options) 

Arguments

$path

$mode

$options

rmdir

rmdir($path, $options) 

Arguments

$path

$options

Properties

fp

fp :