Rate this script:  I Love it  /   I Hate it

Functions, that returns more


Code


function return_more() {
        return array('first', 'second');
}

list($ret1, $ret2) = return_more();

echo $ret1.'<br>';
echo $ret2.'<br>';
 

 

 
Functions, that returns more scripts | Functions, that returns more snippet | Functions, that returns more example | Functions, that returns more tutorial | Functions, that returns more code