3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['id' => 117, 'name' => 'Networking', 'count' => 16], ['id' => 188, 'name' => 'FTP', 'count' => 23], ['id' => 189, 'name' => 'Internet', 'count' => 48], ]; $counts = array_column($array, 'count'); var_export(['min' => min($counts), 'max' => max($counts)]);

preferences:
24.45 ms | 407 KiB | 5 Q