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でforeachで並列にジョブを実行する最良の方法は何ですか? これに対するベストプラクティスはありますか? ありがとう
答えは簡単です: 言語機能としての並列処理は PHP ではサポートされていません
php はスレッド化をサポートしていません。それが提供するほとんどはフォークです。