1.

Do you some idea about T_PAAMAYIM_NEKUDOTAYIM in PHP?

Answer»

Do you some idea about T_PAAMAYIM_NEKUDOTAYIM in PHP?
T_PAAMAYIM_NEKUDOTAYIM in PHP is one of the scope resolution OPERATOR used as double COLON(::). And in PHP we used this to CALL static methods/variable of a class. Below is the syntax or code for the same:-
$Cache::getconfig($KEY);



Discussion

No Comment Found