[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Shared/OLE/ -> ChainedBlockStream.php (summary)

(no description)

File Size: 206 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Shared_OLE_ChainedBlockStream:: (7 methods):
  stream_open()
  stream_close()
  stream_read()
  stream_eof()
  stream_tell()
  stream_seek()
  stream_stat()


Class: PHPExcel_Shared_OLE_ChainedBlockStream  - X-Ref

PHPExcel_Shared_OLE_ChainedBlockStream

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

stream_open($path, $mode, $options, &$openedPath)   X-Ref
Implements support for fopen().
For creating streams using this wrapper, use OLE_PPS_File::getStream().

param: string    $path            resource name including scheme, e.g.
param: string    $mode            only "r" is supported
param: int        $options        mask of STREAM_REPORT_ERRORS and STREAM_USE_PATH
param: string  &$openedPath    absolute path of the opened stream (out parameter)
return: bool    true on success

stream_close()   X-Ref
Implements support for fclose().


stream_read($count)   X-Ref
Implements support for fread(), fgets() etc.

param: int        $count    maximum number of bytes to read
return: string

stream_eof()   X-Ref
Implements support for feof().

return: bool  TRUE if the file pointer is at EOF; otherwise FALSE

stream_tell()   X-Ref
Returns the position of the file pointer, i.e. its offset into the file
stream. Implements support for ftell().

return: int

stream_seek($offset, $whence)   X-Ref
Implements support for fseek().

param: int        $offset    byte offset
param: int        $whence    SEEK_SET, SEEK_CUR or SEEK_END
return: bool

stream_stat()   X-Ref
Implements support for fstat(). Currently the only supported field is
"size".

return: array



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1