Class OLE_PPS_File

Description

Class for creating File PPS's for OLE containers

Located in /libraries/pear/OLE/PPS/File.php (line 32)

PEAR
   |
   --OLE_PPS
      |
      --OLE_PPS_File
Variable Summary
 string $_tmp_dir
Method Summary
 OLE_PPS_File OLE_PPS_File (string $name)
 void append (string $data)
 mixed init ()
 true setTempDir (string $dir)
Variables
Methods
Constructor OLE_PPS_File (line 47)

The constructor

OLE_PPS_File OLE_PPS_File (string $name)
  • string $name: The name of the file (in Unicode)
append (line 104)

Append data to PPS

  • access: public
void append (string $data)
  • string $data: The data to append
init (line 85)

Initialization method. Has to be called right after OLE_PPS_File().

  • return: true on success. PEAR_Error on failure
  • access: public
mixed init ()
setTempDir (line 70)

Sets the temp dir used for storing the OLE file

  • return: if given dir is valid, false otherwise
  • access: public
true setTempDir (string $dir)
  • string $dir: The dir to be used as temp dir

Inherited Methods

Inherited From OLE_PPS

 OLE_PPS::OLE_PPS()
 OLE_PPS::_DataLen()
 OLE_PPS::_getPpsWk()
 OLE_PPS::_savePpsSetPnt()

Documentation generated on Fri, 11 Feb 2005 18:13:13 +0000 by phpDocumentor 1.3.0RC3