API16

JStreamString: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JStreamString}}
===Defined in===
===Defined in===
libraries/joomla/filesystem/streams/string.php
libraries/joomla/filesystem/streams/string.php
Line 41: Line 39:




{{subst:SeeAlso:JStreamString}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JStreamString
  category=JStreamString
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:07, 25 March 2017

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' );



Examples

Code Examples