foreveralone

foreveralone Git Source Tree


Root/web/system/vendor/isvarset.php

<?php

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

Archive Download this file

Branches

Tags

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