実験コード
■file()
implode('', file('/path/to/file.ext'));
■file_get_contents()
file_get_contents('/path/to/file.ext');
50%近くfile_get_contents()の方が速い。
実験コード
■file()
implode('', file('/path/to/file.ext'));
■file_get_contents()
file_get_contents('/path/to/file.ext');
50%近くfile_get_contents()の方が速い。
結局のところこれが一番難しい。
あと何を始めるにも1歩目が一番苦しく難しい。
これな。