Return an array containing the keys:


SUBMITTED BY: henry1874w

DATE: June 23, 2017, 9:38 p.m.

FORMAT: Text only

SIZE: 98 Bytes

HITS: 297

  1. <?php
  2. $a=array("Volvo"=>"XC90","BMW"=>"X5","Toyota"=>"Highlander");
  3. print_r(array_keys($a));
  4. ?>

comments powered by Disqus