API17

Difference between revisions of "JBuffer"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JBuffer::stream_eof/11.1|stream_eof]]
+
|[[API17:JBuffer::stream_eof|stream_eof]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JBuffer::stream_open/11.1|stream_open]]
+
|[[API17:JBuffer::stream_open|stream_open]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JBuffer::stream_read/11.1|stream_read]]
+
|[[API17:JBuffer::stream_read|stream_read]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JBuffer::stream_seek/11.1|stream_seek]]
+
|[[API17:JBuffer::stream_seek|stream_seek]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JBuffer::stream_tell/11.1|stream_tell]]
+
|[[API17:JBuffer::stream_tell|stream_tell]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JBuffer::stream_write/11.1|stream_write]]
+
|[[API17:JBuffer::stream_write|stream_write]]
 
|
 
|
 
|-
 
|-
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JBuffer source code''' on [[jplatform:utilities/buffer.php|BitBucket]]
 
* {{JVer|11.1}} '''JBuffer source code''' on [[jplatform:utilities/buffer.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Utilities/11.1|Utilities]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Utilities|Utilities]]
* [[JBuffer|Other versions of JBuffer]]
+
* [[API17:JBuffer|Other versions of JBuffer]]
 
{{SeeAlso:JBuffer}}
 
{{SeeAlso:JBuffer}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 60: Line 60:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JBuffer]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:46, 11 May 2013

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 JBuffer[edit]

Description[edit]

Template:Description:JBuffer [Edit Descripton]

Methods[edit]

Visibility Method name Description
public stream_eof
public stream_open
public stream_read
public stream_seek
public stream_tell
public stream_write
  • Defined in libraries/joomla/utilities/buffer.php

Importing[edit]

jimport( 'joomla.utilities.buffer' );

See also[edit]

Template:SeeAlso:JBuffer [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />