In Laravel 6, when manipulating a multidimensional array, use reference pass to thin code implementation
浏览量: 2 1. The existing code is implemented as follows 2. Use reference pass to implement in thin code, you can put arr::forget($schema,sections.. $SectionKey ..blocks.. $blockkey); replace with: arr::forget($section,blocks.. $blockkey);
Recent Comments