You're using foreach ($patterns as $key => $value) , but then always write $patterns[$key][...] so you force PHP to a few more work, while $ ...
確定! 回上一頁