変数 php4.3.0以前$fp = fopen("ファイル名","r");$buf = fread($fp,filesize("ファイル名"));fclose($fp); php4. 3.0以降でも可能です$buf = file_get_contents("ファイル名");