http://www.ebookoff.co.jp/book
このサイトを、file_get_contents()で取得すると、途中までしか取得できないんですが、
みなさんの環境ではどうですか?

<?php

$_html = file_get_contents("http://www.ebookoff.co.jp/book");
echo $_html;

?>

PHP Version 5.2.11