[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 201 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

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: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1