API17:JStreamString::stream flush
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JStreamString::stream_flush|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JStreamString::stream_flush|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function stream_flush () |
</source> | </source> | ||
| − | + | * '''Returns''' boolean | |
| − | boolean | + | * '''Defined''' on line 196 of libraries/joomla/filesystem/streams/string.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filesystem/streams/string.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JStreamString::stream_flush source code''' on [[jplatform:filesystem/streams/string.php#cl-188|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JStreamString/11.1|JStreamString]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]] | ||
| + | * [[JStreamString::stream_flush|Other versions of JStreamString::stream_flush]] | ||
| + | {{SeeAlso:JStreamString::stream_flush}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_flush|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_flush|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 34: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JStreamString]][[Category:JStreamString::stream_flush]]</noinclude> | <noinclude>[[Category:JStreamString]][[Category:JStreamString::stream_flush]]</noinclude> | ||
Revision as of 21:43, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JStreamString::stream_flush
Description
Description:JStreamString::stream flush [Edit Descripton]
public function stream_flush ()
See also
-
JStreamString::stream_flush source code on BitBucket
-
Class JStreamString
-
Subpackage Filesystem
- Other versions of JStreamString::stream_flush
SeeAlso:JStreamString::stream flush [Edit See Also]
User contributed notes
<CodeExamplesForm />
