PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $in = [ 'RoadServiceAutos' => [[ 'RoadServices' => [['CountryAlpha2Code' => 'RU']] ]] ]; //print_r($in); array_walk( $in, function($item, $key) { print_r($item); if (is_array($item) && count($item) == 1) { print_r($item); } } );
Show:  
Copy Clear