decompress.php File Reference

Go to the source code of this file.

Functions

 PPFDecompress ($data, $type)
 PPFCanDecompress ($type)


Detailed Description

Author:
Michael Simons <ixulai@gmail.com> http://creativecommons.org/licenses/by/2.5/ Creative Commons

Definition in file decompress.php.


Function Documentation

PPFCanDecompress type  ) 
 

Performs a server check to make sure that the specified compression type can be decoded on this server.

Version:
1.0.00
Parameters:
type (Integer) LFS-World integer compression format code.
Returns:
(Boolean) True if the data can be decompressed, false otherwise.

Definition at line 36 of file decompress.php.

Referenced by LFSWorldDataProvider::initParams().

PPFDecompress data,
type
 

Decompress data from LFS-World according to the integer format code.

Version:
1.0.00
Parameters:
data (String) The raw compressed LFS-World data.
type (Mixed) The LFS-World integer format code.
Returns:
(Mixed) Uncompressed string on success, false on failure.

Definition at line 16 of file decompress.php.

Referenced by LFSWorldDataProvider::getData().


Generated on Wed Oct 25 03:13:32 2006 for LFSWorldParsingProviderFramework by  doxygen 1.4.6