JStreamString::stream write: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
<source lang="php"> | <source lang="php"> | ||
public | public function stream_write ($data) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 22: | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' boolean | |||
boolean | * '''Defined''' on line 126 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_write source code''' on [[jplatform:filesystem/streams/string.php#cl-118|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JStreamString|JStreamString]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]] | |||
* | * [[API17:JStreamString::stream_write|Other versions of JStreamString::stream_write]] | ||
* [[JStreamString::stream_write|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JStreamString::stream_write | category=JStreamString::stream_write | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:45, 25 March 2017
JStreamString::stream_write
Description
public function stream_write ($data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data |
See also
JStreamString::stream_write source code on BitBucket
Class JStreamString
Subpackage Filesystem- Other versions of JStreamString::stream_write
User contributed notes
Code Examples