API16:JStreamString/stream flush
From Joomla! Documentation
Syntax
stream_flush()
Defined in
libraries/joomla/filesystem/streams/string.php
Importing
jimport( 'joomla.filesystem.streams.string' );
Source Body
function stream_flush()
{
return true; // we don't store data
}
Examples
Code Examples