in oop php what is ...
 
Notifications
Clear all

in oop php what is a method ?


(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

in oop php what is a method ?


   
Quote
(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
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: