18, "Clark"=>32, "John"=>24); // Getting the last key from the persons array echo array_key_last($persons); // Prints: John ?>