Class JBuffer
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.
Package: Joomla\Platform\Utilities
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/utilities/buffer.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/utilities/buffer.php
Methods summary
public
boolean
|
#
stream_open( string $path, string $mode, integer $options, string & $opened_path )
Function to open file or url |
public
mixed
|
|
public
integer
|
|
public
integer
|
|
public
boolean
|
|
public
boolean
|
#
stream_seek( integer $offset, integer $whence )
The read write position updates in response to $offset and $whence |
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
Magic methods summary
Properties summary
public
integer
|
$position |
#
Stream position |
public
string
|
$name |
#
Buffer name |
public
array
|
$buffers |
#
Buffer hash |