Forum

in oop php what is ...
 
Notifications
Clear all

in oop php what is a method ?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

in oop php what is a method ?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

In Object Oriented Programming in PHP, methods are functions inside classes. Their declaration and behavior are almost similar to normal functions, except their special uses inside the class.


   
ReplyQuote
Share: