Public Member Functions | |
__construct ($nameOrFd, $append=false) | |
__destruct () | |
write ($buffer) | |
| |
close () | |
| |
Static Public Member Functions | |
static | create ($nameOrFd, $append=false) |
| |
Private Attributes | |
$fd = null |
Definition at line 16 of file FileOutputStream.class.php.
FileOutputStream::__construct | ( | $ | nameOrFd, | |
$ | append = false | |||
) |
Definition at line 20 of file FileOutputStream.class.php.
FileOutputStream::__destruct | ( | ) |
Definition at line 38 of file FileOutputStream.class.php.
References close().
static FileOutputStream::create | ( | $ | nameOrFd, | |
$ | append = false | |||
) | [static] |
FileOutputStream::write | ( | $ | buffer | ) |
Reimplemented from OutputStream.
Definition at line 58 of file FileOutputStream.class.php.
FileOutputStream::close | ( | ) |
Reimplemented from OutputStream.
Definition at line 78 of file FileOutputStream.class.php.
Referenced by __destruct().
FileOutputStream::$fd = null [private] |
Definition at line 18 of file FileOutputStream.class.php.