Using the keyword “this” in PHP
You may come across number of functions, variables inside a class, you
call each one them as object of the class.
The keyword “this” is used in a class in php , to call and use these objects as
shown in the example below.
Published in: PHP
