Archives by date

You are browsing the site archives by date.

【PHP】file()、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歩目が一番苦しく難しい。

これな。