Advertisement
shelob9

Untitled

Jul 24th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class say_hi {
  2.  
  3. public $hello = 'Hi Roy';
  4.  
  5. public function hi_roy(){
  6. echo $this->hello;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement