API17

JStreamString::stream flush: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:




{{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}}
 
<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 />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JStreamString::stream_flush
category=JStreamString::stream_flush
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:45, 25 March 2017

Joomla 11.1 JStreamString::stream_flush

Description

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

See also


User contributed notes

Code Examples