20-functions.php
<?php
function myMessage() {
echo "Hello world!";
}
myMessage();
function sum($x,$y=5) {
return $x+$y;
}
echo sum(1,2);
?>
=
= if($images !== null) { $images_array=[]; foreach ($images as $image) { $data=ImageUpload::instan...
No comments:
Post a Comment