API16

JStreamString: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JStreamString}} ===Defined ...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JStreamString}}
<nowiki>[</nowiki>[[Description:JStreamString|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JStreamString}}


===Defined in===
===Defined in===
Line 43: Line 40:
<source lang="php">jimport( 'joomla.filesystem.streams.string' );</source>
<source lang="php">jimport( 'joomla.filesystem.streams.string' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JStreamString}}
</span>
{{SeeAlso:JStreamString}}


===Examples===
===Examples===

Revision as of 14:27, 24 March 2017

{{subst:Description:JStreamString}}

Defined in

libraries/joomla/filesystem/streams/string.php

Methods

Method name Description
stream_open
stream_stat
url_stat
stream_read
stream_write
stream_tell
stream_eof
stream_seek
stream_flush

Importing

jimport( 'joomla.filesystem.streams.string' );


{{subst:SeeAlso:JStreamString}}

Examples

<CodeExamplesForm />