API17:JBuffer
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JBuffer== | ||
| + | ===Description=== | ||
| + | {{Description:JBuffer}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JBuffer|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JBuffer|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JBuffer::stream_eof/11.1|stream_eof]] | |[[JBuffer::stream_eof/11.1|stream_eof]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JBuffer::stream_open/11.1|stream_open]] | |[[JBuffer::stream_open/11.1|stream_open]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JBuffer::stream_read/11.1|stream_read]] | |[[JBuffer::stream_read/11.1|stream_read]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JBuffer::stream_seek/11.1|stream_seek]] | |[[JBuffer::stream_seek/11.1|stream_seek]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JBuffer::stream_tell/11.1|stream_tell]] | |[[JBuffer::stream_tell/11.1|stream_tell]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JBuffer::stream_write/11.1|stream_write]] | |[[JBuffer::stream_write/11.1|stream_write]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/utilities/buffer.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.utilities.buffer' );</source> | <source lang="php">jimport( 'joomla.utilities.buffer' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JBuffer source code | + | * {{JVer|11.1}} '''JBuffer source code''' on [[jplatform:utilities/buffer.php|BitBucket]] |
| − | * [[JBuffer|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Utilities/11.1|Utilities]] |
| + | * [[JBuffer|Other versions of JBuffer]] | ||
{{SeeAlso:JBuffer}} | {{SeeAlso:JBuffer}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JBuffer|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JBuffer|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 57: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JBuffer]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JBuffer]]</noinclude> | ||
Revision as of 17:55, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JBuffer
Description
Description:JBuffer [Edit Descripton]
Methods
| 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
jimport( 'joomla.utilities.buffer' );
See also
-
JBuffer source code on BitBucket
-
Subpackage Utilities
- Other versions of JBuffer
SeeAlso:JBuffer [Edit See Also]
User contributed notes
<CodeExamplesForm />
