API17

JStreamString::stream flush: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:




{{Description:JStreamString::stream_flush}}
{{subst:Description:JStreamString::stream_flush}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JStreamString::stream_flush|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function stream_flush ()
public function stream_flush ()
Line 19: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[API17:JStreamString::stream_flush|Other versions of JStreamString::stream_flush]]
* [[API17:JStreamString::stream_flush|Other versions of JStreamString::stream_flush]]
{{SeeAlso:JStreamString::stream_flush}}
{{subst:SeeAlso:JStreamString::stream_flush}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_flush|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:11, 24 March 2017

Joomla 11.1 JStreamString::stream_flush

Description

{{subst:Description:JStreamString::stream_flush}}

public function stream_flush ()
  • Returns boolean
  • Defined on line 196 of libraries/joomla/filesystem/streams/string.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JStreamString::stream_flush}}

User contributed notes

<CodeExamplesForm />