Posts tagged with array:

Difference between Fetch_assoc, Fetch_array, Fetch_row - MySQLWhat is the difference between Fetch_assoc, Fetch_array and Fetch_row in MySQL. When is it effective to use each of them ?

Implode() - specific values from multidimensional array in PHPHow should I use implode() function in PHP to get the specific data from multidimensional array ?

JSON_DECODE - get values from multidimensional array stdClassHow can I get the specific value from multidimensional array with stdClass object using json_decode ? For example, when I use $array['users'][16] in regular array,...

Merge parts of multidimensional array into new array - PHPI need to merge some parts of multidimensional array into new array. Could you please provide a working example how should I do it ?

Check if one of multiple values is included - PHP in_array()How can I check if one or more of the multiple values are included in array() in PHP ?

Array_push - how to add specific key and valueHow can I add specific key and value into array using array_push() in PHP ?

Mysqli fetch_assoc results - show all rows in array, not 1 row - PHPHow can I show all rows using PHP mysqli fetch_assoc ? I am getting only one row in associative array, but there should be more results.

Get values from multidimensional array using array_keys() - PHPHow can I get the values from multidimensional array, like it is possible with using array_keys() for standard array ?

Check the value - in_array() for multidimensional array in PHPHow can I check if the value is included in multidimensional array in PHP ? I need an in_array() function equivalent for multidimensional array.

How to delete specific value from multidimensional array in PHPIs it possible to remove the specific value from multidimensional array in PHP ? If yes, what should I do to delete it ?
2024 AnswerTabsTermsContact us