Skip to content

Instantly share code, notes, and snippets.

@nahid

nahid/block2.php Secret

Last active July 12, 2018 16:31
Show Gist options
  • Save nahid/79efbd3ebe96de5db6898af430b9f190 to your computer and use it in GitHub Desktop.
Save nahid/79efbd3ebe96de5db6898af430b9f190 to your computer and use it in GitHub Desktop.
<?php
function area($length, $width)
{
return $length*$width;
}
echo area(5, 6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment