I\'m trying to obtain the first key of an associative array, without creating a temporary variable via array_keys() or the like, to pass by reference. Unfortuna
array_keys()
array_shift(array_keys($array))