JStreamString/stream flush: Difference between revisions
From Joomla! Documentation
New page:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JStreamString... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JStreamString/stream_flush}} | |||
{{Description:JStreamString/stream_flush}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 23: | Line 18: | ||
</source> | </source> | ||
{{subst:SeeAlso:JStreamString/stream_flush}} | |||
{{SeeAlso:JStreamString/stream_flush}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:27, 24 March 2017
{{subst:Description:JStreamString/stream_flush}}
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
}
{{subst:SeeAlso:JStreamString/stream_flush}}
Examples
<CodeExamplesForm />