Haplous Framework 

Haplous Framework Git Source Tree


Root/system/vendor/isvarset.php

<?php

function isvarset(&$var)
{
    return (isset($var) && (!empty($var) || is_numeric($var))) ? true : false;
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.10083s using 11 queries.