Example #1
0
 static function phpVersion()
 {
     $text = eZSys::phpVersionText();
     $elements = explode('.', $text);
     return $elements;
 }