PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
$a=array("Name"=>"Peter","Age"=>"41","Country"=>"USA");
print_r(array_values($a));
?>


</body>
</html>
Result:
Show PHP - © w3schools.com
Privacy Policy