JStreamString: Difference between revisions
From Joomla! Documentation
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: | ||
{{subst:Description:JStreamString}} | |||
{{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> | ||
{{subst:SeeAlso:JStreamString}} | |||
{{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 />