hypothetical
function number($id){
//....
sizeof($array); //
}
<?= number(id);?>
when number is complete, there will be a value
how can I write
to my function so that it will be printed = number (id);? >
?
return number ();
?