API17

JStreamString::stream write: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JStreamString::stream_write}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[API17:JStreamString::stream_write|Other versions of JStreamString::stream_write]]
* [[API17:JStreamString::stream_write|Other versions of JStreamString::stream_write]]
{{subst:SeeAlso:JStreamString::stream_write}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JStreamString::stream_write
category=JStreamString::stream_write
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:45, 25 March 2017

Joomla 11.1 JStreamString::stream_write

Description

public function stream_write ($data)
Parameter Type Default Description
$data
  • Returns boolean
  • Defined on line 126 of libraries/joomla/filesystem/streams/string.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples