Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
function summiere(){
|
||||
$index = func_num_args();
|
||||
|
||||
echo "$index";
|
||||
}
|
||||
|
||||
|
||||
summiere(1,5,7,2,4,2,5,6,4,9,7,5);
|
||||
?>
|
||||
Reference in New Issue
Block a user