Search code examples
Remove prefix from keys of an associative array and use the prefix as the first level key of a group...


phparraysmultidimensional-arraygroupingprefix

Read More
Convert numeric words embedded in strings into their integer equivalent, then validate the mutated s...


phparraysvalidationsanitization

Read More
Unable to add object to array...


arraysswiftui

Read More
Find intersecting values between two flat arrays as well as differences in both directions...


phparraysintersectionarray-difference

Read More
Use a flat array of single words to create new arrays with increasing numbers of words per array ele...


phparrayscombinations

Read More
Naturally sort an array of objects by column value...


phparrayssortingmultidimensional-arraynatural-sort

Read More
Group 2d array data by one column and fills a subarray with values from another column per group...


phparraysmultidimensional-arraygroupingsub-array

Read More
Isolate a column of values from a 2d subarray...


phparraysmultidimensional-array

Read More
Group data from a 2d array by one column and push values calculated from other columns into the grou...


phparraysmultidimensional-arraygrouping

Read More
Remove an item from an array then re-insert a value in the same position with the same key...


phparrays

Read More
Push rows of a 2d array as children of the first encountered row with a given column value...


phparrays

Read More
Remove prefix from all strings in a flat array and use them as keys, then sort by keys...


phparraysassociative-array

Read More
Convert a flat array into an array of associative rows with predefined keys...


phparraysmultidimensional-array

Read More
Group a 2d array by a column and create a subarray from another column per group...


phparraysgroupingsub-array

Read More
How to sort an array by its keys...


phparrayssorting

Read More
Group 2d array data by a column...


phparraysmultidimensional-arraygrouping

Read More
Sorting a flat array returns 1 instead of the modified array...


phparrayssorting

Read More
Remove HTML tags from strings in a flat array then join with commas...


phparraysstringsanitization

Read More
Assignment of key variable inside array_walk() is not changing the value...


phparraysarray-walk

Read More
Arrays: Find Numbers with Even Number of Digits...


javaarrays

Read More
How to convert an imagehash to a numpy array?...


pythonarraysnumpyimagephash

Read More
Aliasing struct and array the C++ way...


c++carraysstructlanguage-lawyer

Read More
How do I convert an Array to a List<object> in C#?...


c#arrays

Read More
Sort rows of a 2d array to always have a specified value as the first element...


phparrayssortingmultidimensional-arraysticky

Read More
Why is the & symbol required for the value parameter of array_walk()'s callback function?...


phparrayscallbackpass-by-referencearray-walk

Read More
PHP Sorting Inner, Inner Array...


phparrayssorting

Read More
Check if value is the only thing in an array using php...


phparrays

Read More
Test if a value exist in a multidimensional array whether as a key or a value...


phparraysrecursionmultidimensional-array

Read More
How can I check if a value exists in multiple arrays where keys are the same...


phparraysvalidationmultidimensional-array

Read More
Check if a 2d array contains a row with a particular column value...


phparraysvalidationmultidimensional-array

Read More
BackNext