Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Shared_CodePage
  • PHPExcel_Shared_Date
  • PHPExcel_Shared_Drawing
  • PHPExcel_Shared_Excel5
  • PHPExcel_Shared_File
  • PHPExcel_Shared_Font
  • PHPExcel_Shared_OLERead
  • PHPExcel_Shared_PasswordHasher
  • PHPExcel_Shared_String
  • PHPExcel_Shared_TimeZone
  • PHPExcel_Shared_XMLWriter
  • PHPExcel_Shared_ZipStreamWrapper
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Shared_ZipStreamWrapper

PHPExcel_Shared_ZipStreamWrapper

Package: PHPExcel\Shared
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Shared/ZipStreamWrapper.php
Methods summary
public static
# register( )

Register wrapper

Register wrapper

public boolean
# stream_open( string $path, string $mode, integer $options, string & $opened_path )

Implements support for fopen().

Implements support for fopen().

Parameters

$path
resource name including scheme, e.g.
$mode
only "r" is supported
$options
mask of STREAM_REPORT_ERRORS and STREAM_USE_PATH
$opened_path
$openedPath absolute path of the opened stream (out parameter)

Returns

boolean
true on success
public boolean
# statName( )

Implements support for fstat().

Implements support for fstat().

Returns

boolean
public boolean
# url_stat( )

Implements support for fstat().

Implements support for fstat().

Returns

boolean
public boolean
# stream_stat( )

Implements support for fstat().

Implements support for fstat().

Returns

boolean
public string
# stream_read( integer $count )

Implements support for fread(), fgets() etc.

Implements support for fread(), fgets() etc.

Parameters

$count
maximum number of bytes to read

Returns

string
public integer
# stream_tell( )

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

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

Returns

integer
public boolean
# stream_eof( )

EOF stream

EOF stream

Returns

boolean
public boolean
# stream_seek( integer $offset, integer $whence )

Seek stream

Seek stream

Parameters

$offset
byte offset
$whence
SEEK_SET, SEEK_CUR or SEEK_END

Returns

boolean
Properties summary
private ZipAcrhive $_archive

Internal ZipAcrhive

Internal ZipAcrhive

#
private string $_fileNameInArchive

Filename in ZipAcrhive

Filename in ZipAcrhive

# ''
private integer $_position

Position in file

Position in file

# 0
private mixed $_data

Data

Data

# ''
Autene API documentation generated by ApiGen