----------------------------------------------------------------------
($code)
| 858 | |
| 859 | //---------------------------------------------------------------------- |
| 860 | public static function unserial($code) |
| 861 | { |
| 862 | return explode("\n", gzuncompress($code)); |
| 863 | } |
| 864 | |
| 865 | //---------------------------------------------------------------------- |
| 866 | public static function newFrame($version) |