[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

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

Defines 1 class

PHPExcel_Shared_ZipStreamWrapper:: (9 methods):
  register()
  stream_open()
  statName()
  url_stat()
  stream_stat()
  stream_read()
  stream_tell()
  stream_eof()
  stream_seek()


Class: PHPExcel_Shared_ZipStreamWrapper  - X-Ref

PHPExcel_Shared_ZipStreamWrapper

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

register()   X-Ref
Register wrapper


stream_open($path, $mode, $options, &$opened_path)   X-Ref
Implements support for fopen().

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

statName()   X-Ref
Implements support for fstat().

return: boolean

url_stat()   X-Ref
Implements support for fstat().

return: boolean

stream_stat()   X-Ref
Implements support for fstat().

return: boolean

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

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

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_eof()   X-Ref
EOF stream

return: bool

stream_seek($offset, $whence)   X-Ref
Seek stream

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



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