i would like to access an variable, which is in an class (not as an instance of an class) For example
class myclas { private $list=array(\'1\',\'2\',\'3\'); [...
For your edit, see this other beatiful guide about classes and visibility:
http://www.php.net/manual/en/language.oop5.visibility.php