Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正しいかどうかはわかりません。次のような内容の PHP ファイルがあります。
$x = explode("\n", $y); // Making $x has length 65000 foreach ($x as $k) { //Some code here }
そして、多くの場合、〜 25000 ループ後にスクリプトが自動停止します。なんで?PHPのデフォルト設定ですか?