Flipkart.com

human readable byte format

Inspired by: http://www.phpfront.com/php/Convert-Bytes-to-corresponding-size/Converts number in bytes to the number in bytes, megabytes, gigabytes, terabytes, etc. Works well as far ...

db session handler

<?php class Session { // session-lifetime public $lifeTime; function __construct ($db) { // get session-lifetime $this->lifeTime = get_cfg_var("session.gc_maxlifetime"); ...