Skip to content

Instantly share code, notes, and snippets.

<?php
if (!function_exists('array_first_key_value')) {
/**
* $key, $array1[$array2, $array3...]
*
* Goes through arrays and returns first found value by key
*
* @return mixed
*/