$contents = file_get_contents($testFile);
$contents = file_get_contents("http://saji-best.net/phplessons/test.dat");
$contents = file($testFile);
PAGE TOP