gzSerializeGenerates a compressed storable representation of a value.
The function returns a string that can be stored in a table. This is useful for storing or passing PHP values around without losing their type and structure. By default gzSerialize quote string with slashes. To get unquoted string pass FALSE to the function as the second parameter Example
|