Created
September 1, 2018 16:48
-
-
Save mumin91/feb9f343a84cf387f0b89caaf8a193a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $myObject = new MyClass; | |
| $myObject->addTwoNumbers(2,4); | |
| $myObject->subtractTwoNumbers(4,2); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment