| Thaws frozen blobs as strings containing an array. |
| Declaration: |
| static function thaw( string frozenstring ) |
| Description: |
| This function returns the contents of a blob created with the FreezeThaw perl module. The blob is passed as a string, and essentially split into array elements. Like the perl counterpart, the blob size and integrity must be intact for this function to succeed; or the function will result in a fatal exception. |
| Parameters: |
| Parameter #1: string frozenstring - The frozen blob to be thawed |
| Returns: |
| The array of contained elements |