PHP array random value array_rand
September 5, 2014
Returns a set of keys for random entries of array. If you want to pick all entries in a randomized fashion you should be using: ref: http://stackoverflow.com/questions/18046630/php-array-rand-random-value/25678043#25678043
Best way to test if gzinflate process right string
September 2, 2014
If the string is not gzinflated, there will be error throwing. Simple way to test:
Recent Comments