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