Haplous Framework 

Haplous Framework Git Source Tree


Root/system/vendor/isvarset.php

1
2
3
4
5
6
<?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.26503s using 11 queries.