file_get_contents('/test.txt');
function file_get_cont ($path){ return file_get_contents ('/www/01/site/site.com/www'.$path); }
function file_get_cont('/test.txt');
$doc_root='/www/01/site/site.com/www';
file_get_contents($doc_root.'/test.txt');