Strings Php

   $table = array("" => "", "" => "");
   $html = "Today";
   echo strtr($html, $table);
?>