| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Alexey Znaev (3) | > | Mission progress status | > | Reputation |
|
|
|||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This object can compress and decompress data with LZF algorithm. It takes a string of data and compresses it using LZF. An UTF-8 encoded string is returned as compressed result. The object can also do the opposite, take a previously compressed string and return the original decompressed data. It works the same way as the lzf_compress and lzf_decompress functions of PHP. |
| Not enough user ratings |
| ||||
| This object can encode and decode Unicode strings with SCSU (Standard Compression Scheme for Unicode). It can take a text string and encoded it using SCSU to make it better to compress with the LZF algorithm. The object can also do the opposite, i.e., decode a text string previously encoded using SCSU. |
| Not enough user ratings |
| ||||
| This package can be used to manipulate arrays with an SQL-like language. It can can insert, delete, update, and select array entries as database table records. It can use indexes to make selections faster. It can also encode data in JSON for exchanging data between the browser and the server. |
| Not enough user ratings |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |