[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ]

a

append
in file File.php, method OLE_PPS_File::append()
    Append data to PPS
Asc2Ucs
in file OLE.php, method OLE::Asc2Ucs()
    Utility function to transform ASCII text to Unicode
top

b

$bbat
in file OLE.php, variable OLE::$bbat
    Big Block Allocation Table
$bigBlockSize
in file OLE.php, variable OLE::$bigBlockSize
    Size of big blocks. This is usually 512.
top

c

$children
in file PPS.php, variable OLE_PPS::$children
    Array of child PPS's (only used by Root and Dir PPS's)
ChainedBlockStream.php
procedural page ChainedBlockStream.php
top

d

$data
in file ChainedBlockStream.php, variable OLE_ChainedBlockStream::$data
    The binary data of the file.
$DirPps
in file PPS.php, variable OLE_PPS::$DirPps
    The index of it's first child if this is a Dir or Root PPS
dump
in file Root.php, method OLE_PPS_Root::dump()
    Support method for some hexdumping
top

f

File.php
procedural page File.php
top

g

getData
in file OLE.php, method OLE::getData()
    Gets data from a PPS If there is no PPS for the index given, it will return an empty string.
getDataLength
in file OLE.php, method OLE::getDataLength()
    Gets the data length from a PPS If there is no PPS for the index given, it will return 0.
getStream
in file File.php, method OLE_PPS_File::getStream()
    Returns a stream for reading this file using fread() etc.
getStream
in file OLE.php, method OLE::getStream()
    Returns a stream for use with fread() etc. External callers should use OLE_PPS_File::getStream().
get_number_of_pointer_blocks
in file Root.php, method OLE_PPS_Root::get_number_of_pointer_blocks()
    Calculates number of pointer blocks
top

i

init
in file File.php, method OLE_PPS_File::init()
    Initialization method. Has to be called right after OLE_PPS_File().
isFile
in file OLE.php, method OLE::isFile()
    Checks whether a PPS is a File PPS or not.
isRoot
in file OLE.php, method OLE::isRoot()
    Checks whether a PPS is a Root PPS or not.
top

l

LocalDate2OLE
in file OLE.php, method OLE::LocalDate2OLE()
    Utility function Returns a string for the OLE container with the date given
top

n

$Name
in file PPS.php, variable OLE_PPS::$Name
    The PPS name (in Unicode)
$new_func
in file Root.php, variable OLE_PPS_Root::$new_func
    Flag to enable new logic
$NextPps
in file PPS.php, variable OLE_PPS::$NextPps
    The index of the next PPS
$No
in file PPS.php, variable OLE_PPS::$No
    The PPS index
top

o

$ole
in file PPS.php, variable OLE_PPS::$ole
    Pointer to OLE container
$ole
in file ChainedBlockStream.php, variable OLE_ChainedBlockStream::$ole
    The OLE container of the file that is being read.
OLE
in file OLE.php, class OLE
    OLE package base class.
OLE
in file OLE.php, method OLE::OLE()
    Creates a new OLE object
OLE.php
procedural page OLE.php
OLE2LocalDate
in file OLE.php, method OLE::OLE2LocalDate()
    Returns a timestamp from an OLE container's date
OLE_ChainedBlockStream
in file ChainedBlockStream.php, class OLE_ChainedBlockStream
    Stream wrapper for reading data stored in an OLE file. Implements methods for PHP's stream_wrapper_register(). For creating streams using this wrapper, use OLE_PPS_File::getStream().
OLE_DATA_SIZE_SMALL
in file OLE.php, constant OLE_DATA_SIZE_SMALL
OLE_LONG_INT_SIZE
in file OLE.php, constant OLE_LONG_INT_SIZE
OLE_PPS
in file PPS.php, class OLE_PPS
    Class for creating PPS's for OLE containers
OLE_PPS
in file PPS.php, method OLE_PPS::OLE_PPS()
    The constructor
OLE_PPS_File
in file File.php, class OLE_PPS_File
    Class for creating File PPS's for OLE containers
OLE_PPS_File
in file File.php, method OLE_PPS_File::OLE_PPS_File()
    The constructor
OLE_PPS_Root
in file Root.php, class OLE_PPS_Root
    Class for creating Root PPS's for OLE containers
OLE_PPS_Root
in file Root.php, method OLE_PPS_Root::OLE_PPS_Root()
    Constructor
OLE_PPS_SIZE
in file OLE.php, constant OLE_PPS_SIZE
OLE_PPS_TYPE_DIR
in file OLE.php, constant OLE_PPS_TYPE_DIR
OLE_PPS_TYPE_FILE
in file OLE.php, constant OLE_PPS_TYPE_FILE
OLE_PPS_TYPE_ROOT
in file OLE.php, constant OLE_PPS_TYPE_ROOT
    Constants for OLE package
top

p

$params
in file ChainedBlockStream.php, variable OLE_ChainedBlockStream::$params
    Parameters specified by fopen().
$pos
in file ChainedBlockStream.php, variable OLE_ChainedBlockStream::$pos
    The file pointer.
$PrevPps
in file PPS.php, variable OLE_PPS::$PrevPps
    The index of the previous PPS
PPS.php
procedural page PPS.php
ppsTotal
in file OLE.php, method OLE::ppsTotal()
    Gives the total number of PPS's found in the OLE container.
top

r

$root
in file OLE.php, variable OLE::$root
    Root directory of OLE container
Root.php
procedural page Root.php
read
in file OLE.php, method OLE::read()
    Reads an OLE container from the contents of the file given.
top

s

$sbat
in file OLE.php, variable OLE::$sbat
    Short Block Allocation Table
$Size
in file PPS.php, variable OLE_PPS::$Size
    The size of the PPS's data (in bytes)
$smallBlockSize
in file OLE.php, variable OLE::$smallBlockSize
    Size of small blocks. This is usually 64.
save
in file Root.php, method OLE_PPS_Root::save()
    Method for saving the whole OLE container (including files).
setTempDir
in file File.php, method OLE_PPS_File::setTempDir()
    Sets the temp dir used for storing the OLE file
setTempDir
in file Root.php, method OLE_PPS_Root::setTempDir()
    Sets the temp dir used for storing the OLE file
stream_close
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_close()
    Implements support for fclose().
stream_eof
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_eof()
    Implements support for feof().
stream_open
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_open()
    Implements support for fopen().
stream_read
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_read()
    Implements support for fread(), fgets() etc.
stream_seek
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_seek()
    Implements support for fseek().
stream_stat
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_stat()
    Implements support for fstat(). Currently the only supported field is "size".
stream_tell
in file ChainedBlockStream.php, method OLE_ChainedBlockStream::stream_tell()
    Returns the position of the file pointer, i.e. its offset into the file stream. Implements support for ftell().
top

t

$Time1st
in file PPS.php, variable OLE_PPS::$Time1st
    A timestamp
$Time2nd
in file PPS.php, variable OLE_PPS::$Time2nd
    A timestamp
$Type
in file PPS.php, variable OLE_PPS::$Type
    The PPS type. Dir, Root or File
top

Documentation generated on Mon, 11 Mar 2019 15:47:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.