[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 92 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
InputStream:: (5 methods):
onEmpty()
write()
close()
isClosed()
getIterator()
Class: InputStream - X-Ref
Provides a way to continuously write to the input of a Process until the InputStream is closed.onEmpty(callable $onEmpty = null) X-Ref |
Sets a callback that is called when the write buffer becomes empty. |
write($input) X-Ref |
Appends an input to the write buffer. param: resource|string|int|float|bool|\Traversable|null $input The input to append as scalar, |
close() X-Ref |
Closes the write buffer. |
isClosed() X-Ref |
Tells whether the write buffer is closed or not. |
getIterator() X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |