Things You Probably Didn’t Know About PHP – Part 1
Date: 12 Jan 2010 Comments: 14 so farI’ve spend some time reading about cool things in PHP. I found some interesting functions and tricks. Here’s the list: 1. You can compress/decompress long strings before storing them in a database. It can be done very easy using the built-in functions: gzcompress() and gzuncompress(). They use gzip algorithm and could compress a string up [...]
