MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#arrays.

Explore Arrays articles, tutorials, guides, and code examples on MeshWorld India. Learn best practices, get practical tips, and level up your Arrays skills.

3 posts
Aug 2020 – Jun 2026
Filed under this topic
NumPy Array Manipulations Cheatsheet: The Complete Reference
numpy5 min read

NumPy Array Manipulations Cheatsheet: The Complete Reference

Master NumPy: array initialization, indexing, slicing, broadcasting, linear algebra, and performance tuning.

Rachel
Rachel
Get the Last Element of an Array in PHP and Laravel
PHP5 min read

Get the Last Element of an Array in PHP and Laravel

Five ways to get the last element of a PHP array: Arr::last(), last() helper, end(), array_slice(), and Eloquent collection ->last(). With side-effect warnings.

Vishnu
Vishnu
Laravel Arr::flatten(): Flatten Nested Arrays
Laravel5 min read

Laravel Arr::flatten(): Flatten Nested Arrays

How to flatten multi-dimensional PHP arrays with Laravel's Arr::flatten(). Covers the depth parameter, key discard behavior, and comparison with plain PHP.

Vishnu
Vishnu