Index of All Elements

Indexes by package:
OLE

a c d f g i l n o p r s t _
  top
a
appendin file File.php, method OLE_PPS_File::append()
    Append data to PPS
Asc2Ucsin file OLE.php, method OLE::Asc2Ucs()
    Transforms ASCII text to Unicode
  top
c
$childrenin file PPS.php, variable OLE_PPS::$children
    Array of child PPS's (only used by Root and Dir PPS's)
  top
d
$DirPpsin file PPS.php, variable OLE_PPS::$DirPps
    The index of it's first child if this is a Dir or Root PPS
  top
f
File.phpprocedural page File.php
  top
g
getDatain file OLE.php, method OLE::getData()
    Gets data from a PPS Index should be real index, not array index.
getDataLengthin file OLE.php, method OLE::getDataLength()
    Gets the data length from a PPS Index should be real index, not array index.
  top
i
isFilein file OLE.php, method OLE::isFile()
    Checks whether a PPS is File PPS or not.
  top
l
LocalDate2OLEin file OLE.php, method OLE::LocalDate2OLE()
    Returns a string for the OLE container with the date given
  top
n
$Namein file PPS.php, variable OLE_PPS::$Name
    The PPS name (in Unicode)
$NextPpsin file PPS.php, variable OLE_PPS::$NextPps
    The index of the next PPS
$Noin file PPS.php, variable OLE_PPS::$No
    The PPS index
  top
o
OLEin file OLE.php, method OLE::OLE()
    The constructor Creates a new OLE container from the contents of the file given
OLEin file OLE.php, class OLE
    OLE package base class. It just contains utility methods by now.
OLE2LocalDatein file OLE.php, method OLE::OLE2LocalDate()
    Returns a timestamp from an OLE container's date
OLE_DATA_SIZE_SMALLin file OLE.php, constant OLE_DATA_SIZE_SMALL
OLE_LONG_INT_SIZEin file OLE.php, constant OLE_LONG_INT_SIZE
OLE.phpprocedural page OLE.php
OLE_PPSin file PPS.php, class OLE_PPS
    Class for creating PPS's for OLE containers
OLE_PPSin file PPS.php, method OLE_PPS::OLE_PPS()
    The constructor
OLE_PPS_Filein file File.php, method OLE_PPS_File::OLE_PPS_File()
    The constructor
OLE_PPS_Filein file File.php, class OLE_PPS_File
    Class for creating File PPS's for OLE containers
OLE_PPS_Rootin file Root.php, class OLE_PPS_Root
    Class for creating Root PPS's for OLE containers
OLE_PPS_Rootin file Root.php, method OLE_PPS_Root::OLE_PPS_Root()
    Constructor
OLE_PPS_SIZEin file OLE.php, constant OLE_PPS_SIZE
OLE_PPS_TYPE_DIRin file OLE.php, constant OLE_PPS_TYPE_DIR
OLE_PPS_TYPE_FILEin file OLE.php, constant OLE_PPS_TYPE_FILE
OLE_PPS_TYPE_ROOTin file OLE.php, constant OLE_PPS_TYPE_ROOT
    Constants for OLE package
  top
p
$PrevPpsin file PPS.php, variable OLE_PPS::$PrevPps
    The index of the previous PPS
PPS.phpprocedural page PPS.php
ppsTotalin file OLE.php, method OLE::ppsTotal()
    Gives the total number of PPS's found in the OLE container.
  top
r
Root.phpprocedural page Root.php
  top
s
$Sizein file PPS.php, variable OLE_PPS::$Size
    The size of the PPS's data (in bytes)
savein file Root.php, method OLE_PPS_Root::save()
    Method for saving the whole OLE container (including files).
  top
t
$Time1stin file PPS.php, variable OLE_PPS::$Time1st
    A timestamp
$Time2ndin file PPS.php, variable OLE_PPS::$Time2nd
    A timestamp
$Typein file PPS.php, variable OLE_PPS::$Type
    The PPS type. Dir, Root or File
  top
_
$_datain file PPS.php, variable OLE_PPS::$_data
    The PPS's data (only used if it's not using a temporary file)
$_file_handlein file OLE.php, variable OLE::$_file_handle
    The file handle for reading an OLE container
$_listin file OLE.php, variable OLE::$_list
    Array of PPS's found on the OLE container
$_StartBlockin file PPS.php, variable OLE_PPS::$_StartBlock
    Starting block (small or big) for this PPS's data inside the container