Universal stream wrapper implementation.
package | filicious-core |
---|---|
author | Christian Schiffler |
author | Tristan Lins |
author | Oliver Hoff |
dir_closedir() : boolean
boolean
dir_opendir(string $path, int $options) : boolean
string
int
boolean
dir_readdir() : string | boolean
string
boolean
dir_rewinddir() : boolean
boolean
mkdir(string $path, int $mode, int $options) : boolean
string
int
int
boolean
rename(string $path_from, string $path_to) : boolean
string
string
boolean
rmdir(string $path, int $options) : bool
string
int
bool
stream_cast(int $cast_as) : resource
int
resource
stream_close()
stream_eof() : boolean
boolean
stream_flush() : boolean
boolean
stream_lock(\Filicious\Stream\mode $operation) : boolean
stream_open(string $path, string $mode, int $options, string $opened_path) : bool
string
string
int
string
bool
stream_read(int $count) : string
int
string
stream_seek(int $offset, int $whence) : boolean
int
int
boolean
stream_stat() : array
array
stream_tell() : int
int
stream_truncate(int $new_size) : boolean
int
boolean
stream_write(string $data) : int
string
int
unlink(string $path) : boolean
string
boolean
url_stat(string $url, int $flags)
string
int
$context : null
$url : object