gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

ClassWithStaticMethod.php (92B)


      1 <?php
      2 class ClassWithStaticMethod
      3 {
      4     public static function staticMethod()
      5     {
      6     }
      7 }