API17:JBuffer
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/utilities/buffer.php | libraries/joomla/utilities/buffer.php | ||
| + | * see source code in [[jplatform:utilities/buffer.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Utilities/11.1|Utilities]] | [[Subpackage Utilities/11.1|Utilities]] | ||
| Line 38: | Line 39: | ||
<source lang="php">jimport( 'joomla.utilities.buffer' );</source> | <source lang="php">jimport( 'joomla.utilities.buffer' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JBuffer source code in [[jplatform:utilities/buffer.php|BitBucket]] | ||
* [[JBuffer|Other versions of this class]] | * [[JBuffer|Other versions of this class]] | ||
{{SeeAlso:JBuffer}} | {{SeeAlso:JBuffer}} | ||
Revision as of 17:49, 23 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.
[Edit Descripton] Description:JBuffer
Defined in
libraries/joomla/utilities/buffer.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| stream_eof | |
| stream_open | |
| stream_read | |
| stream_seek | |
| stream_tell | |
| stream_write |
Importing
jimport( 'joomla.utilities.buffer' );
See also
- JBuffer source code in BitBucket
- Other versions of this class
SeeAlso:JBuffer [Edit See Also]
Examples
<CodeExamplesForm />
