php tutorials -> functions in php

 20-functions.php

<?php

function myMessage() {
echo "Hello world!";
}
myMessage();

function sum($x,$y=5) {
return $x+$y;
}
echo sum(1,2);
?>


=

No comments:

Post a Comment

React -1 ( react with ravenndra kanchi)

 react with tool chanis 45 to 50 sessions core  after 50 sessions -> some tooll chains == react with type script mern stackaplication in ...