Using the strict parameter, true:


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 71 Bytes

HITS: 301

  1. <?php
  2. $a=array(10,20,30,"10");
  3. print_r(array_keys($a,"10",true));
  4. ?>

comments powered by Disqus