Ejemplo n.º 1
0
 public static function fun()
 {
     self::$var = 20;
     echo "this is function " . self::$var;
 }