Output the value of the current element in an array:


SUBMITTED BY: henry1874w

DATE: June 27, 2017, 5:09 p.m.

FORMAT: Text only

SIZE: 96 Bytes

HITS: 378

  1. <?php
  2. $people = array("Peter", "Joe", "Glenn", "Cleveland");
  3. echo pos($people) . "<br>";
  4. ?>

comments powered by Disqus