public function getHumanFreeMemory()

in bits/opcache-instance-id.php [199:202]


    public function getHumanFreeMemory()
    {
        return $this->_size_for_humans($this->getFreeMemory());
    }