Skip to content

Instantly share code, notes, and snippets.

@vahid-almasi
Created December 21, 2018 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vahid-almasi/7a4bc628a8c41c6bb2a61438cfabd741 to your computer and use it in GitHub Desktop.
Save vahid-almasi/7a4bc628a8c41c6bb2a61438cfabd741 to your computer and use it in GitHub Desktop.
<?
interface ShapeInterface {
public function area();
public function volume();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment