<?php

$input = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank");
$randKey = array_rand($input);

echo $input[$randKey];