2.4k questions

2.4k answers

99.5k users

Categories

0 votes
62 views
in oop php what is a method ?
in General by (95.8k points)

1 Answer

0 votes

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.

by (95.8k points)
...