<!DOCTYPE html>
<html>
<body>

<?php
echo strrchr("Hello world!",101);
?>
  
</body>
</html>