API17

Difference between revisions of "JStreamString"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JStreamString==
 +
===Description===
 +
{{Description:JStreamString}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JStreamString|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JStreamString|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JStreamString}}
 
===Defined in===
 
libraries/joomla/filesystem/streams/string.php
 
* see source code in [[jplatform:filesystem/streams/string.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Filesystem/11.1|Filesystem]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_eof/11.1|stream_eof]]
 
|[[JStreamString::stream_eof/11.1|stream_eof]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_flush/11.1|stream_flush]]
 
|[[JStreamString::stream_flush/11.1|stream_flush]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_open/11.1|stream_open]]
 
|[[JStreamString::stream_open/11.1|stream_open]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_read/11.1|stream_read]]
 
|[[JStreamString::stream_read/11.1|stream_read]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_seek/11.1|stream_seek]]
 
|[[JStreamString::stream_seek/11.1|stream_seek]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_stat/11.1|stream_stat]]
 
|[[JStreamString::stream_stat/11.1|stream_stat]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_tell/11.1|stream_tell]]
 
|[[JStreamString::stream_tell/11.1|stream_tell]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::stream_write/11.1|stream_write]]
 
|[[JStreamString::stream_write/11.1|stream_write]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JStreamString::url_stat/11.1|url_stat]]
 
|[[JStreamString::url_stat/11.1|url_stat]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/filesystem/streams/string.php
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.filesystem.streams.string' );</source>
 
<source lang="php">jimport( 'joomla.filesystem.streams.string' );</source>
 
===See also===
 
===See also===
* JStreamString source code in [[jplatform:filesystem/streams/string.php|BitBucket]]
+
* {{JVer|11.1}} '''JStreamString source code''' on [[jplatform:filesystem/streams/string.php|BitBucket]]
* [[JStreamString|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]]
 +
* [[JStreamString|Other versions of JStreamString]]
 
{{SeeAlso:JStreamString}}
 
{{SeeAlso:JStreamString}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 62: Line 69:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JStreamString]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JStreamString]]</noinclude>

Revision as of 18:09, 27 April 2011

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]

Template:Description:JStreamString [Edit Descripton]

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]

Template:SeeAlso:JStreamString [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />