hi guys, Can you tell me what is getter and setter in php? a little brief of detail plz thanks webshore88
Getter and setter are terms used in OOP programming. A setter sets a private variable and a getter gets the value of a private variable.