<!DOCTYPE html>
<html>
<body>

<?php
$people = array("Bill", "Steve", "Mark", "David");

echo pos($people) . "<br>";
?>

</body>
</html>