<?php include "ConfigParser.php"; $StrConfigName = 'test'; $StrConfigValue = \ConfigParser::ParseConfig($StrConfigName); echo $StrConfigValue;