<?php $source_array = [ 'key1' => 'value1', 'key2' => 'value2', 'key3' => 'value3' ]; echo "Last index: " . array_key_last($source_array); ?>