>FromYourCode();

Source code quote in PHP27

  4 September, 2013 at 10:45
$retour=false;

    $retour=$result->fetch_assoc();
    if(is_null($retour))
    {
        $result->close();
        $retour=false;
    }

    return($retour);

Check similar quotes

Share this quote