Codice PHP:
function pippo(array &$array)
{
$array[] = 'hello';
//.....do something
return 'world';
}
$array = [];
pippo($array);
print_r($array);
Codice PHP:
function pippo(array &$array)
{
$array[] = 'hello';
//.....do something
return 'world';
}
$array = [];
pippo($array);
print_r($array);
IP-PBX management: http://www.easypbx.it
Old account: 2126 messages
Oldest account: 3559 messages