[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/utilities/ -> buffer.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id:buffer.php 6961 2007-03-15 16:06:53Z tcp $
File Size: 116 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JBuffer:: (6 methods):
  stream_open()
  stream_read()
  stream_write()
  stream_tell()
  stream_eof()
  stream_seek()


Class: JBuffer  - X-Ref

Generic Buffer stream handler

This class provides a generic buffer stream.  It can be used to store/retrieve/manipulate
string buffers with the standard PHP filesystem I/O methods.

stream_open($path, $mode, $options, & $opened_path)   X-Ref
Buffer hash


stream_read($count)   X-Ref
No description

stream_write($data)   X-Ref
No description

stream_tell()   X-Ref
No description

stream_eof()   X-Ref
No description

stream_seek($offset, $whence)   X-Ref
No description



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1