Created
March 15, 2020 11:59
-
-
Save aliahmadcse/b5094aaff2bb7433959675ad057994c8 to your computer and use it in GitHub Desktop.
This file contains 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
class foo { | |
var $x = 'y'; // or you can use public like... | |
public $x = 'y'; //this is also a class member variables. | |
function bar() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment