API17

Difference between revisions of "JStreamString"

From Joomla! Documentation

m (JoomlaWikiBot moved page JStreamString/11.1 to API17:JStreamString without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JStreamString==
 
=={{JVer|11.1}} JStreamString==
 
===Description===
 
===Description===
{{Description:JStreamString}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JStreamString|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_eof/11.1|stream_eof]]
+
|[[API17:JStreamString::stream_eof|stream_eof]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_flush/11.1|stream_flush]]
+
|[[API17:JStreamString::stream_flush|stream_flush]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_open/11.1|stream_open]]
+
|[[API17:JStreamString::stream_open|stream_open]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_read/11.1|stream_read]]
+
|[[API17:JStreamString::stream_read|stream_read]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_seek/11.1|stream_seek]]
+
|[[API17:JStreamString::stream_seek|stream_seek]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_stat/11.1|stream_stat]]
+
|[[API17:JStreamString::stream_stat|stream_stat]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_tell/11.1|stream_tell]]
+
|[[API17:JStreamString::stream_tell|stream_tell]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::stream_write/11.1|stream_write]]
+
|[[API17:JStreamString::stream_write|stream_write]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStreamString::url_stat/11.1|url_stat]]
+
|[[API17:JStreamString::url_stat|url_stat]]
 
|
 
|
 
|-
 
|-
Line 55: Line 53:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JStreamString source code''' on [[jplatform:filesystem/streams/string.php|BitBucket]]
 
* {{JVer|11.1}} '''JStreamString source code''' on [[jplatform:filesystem/streams/string.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* [[JStreamString|Other versions of JStreamString]]
+
* [[API17:JStreamString|Other versions of JStreamString]]
{{SeeAlso:JStreamString}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JStreamString
 
category=JStreamString
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 72: Line 68:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JStreamString]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:45, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JStreamString[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public stream_eof
public stream_flush
public stream_open
public stream_read
public stream_seek
public stream_stat
public stream_tell
public stream_write
public url_stat
  • Defined in libraries/joomla/filesystem/streams/string.php

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]