Skip to content

Instantly share code, notes, and snippets.

@rasoulvatanparast
Created July 2, 2019 16:23
Show Gist options
  • Save rasoulvatanparast/7aa63ad90b2d5773f2577de444a285a3 to your computer and use it in GitHub Desktop.
Save rasoulvatanparast/7aa63ad90b2d5773f2577de444a285a3 to your computer and use it in GitHub Desktop.
<?php
function mul($x, $y){
return $x * $y;
}
echo mul(8, 8);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment