PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Loop can be replaced with 'implode()'

Last modified: 16 May 2022

Reports the foreach loops that can be safely replaced with implode() calls.

See implode (php.net) for details.