Strings Php

Its syntax is: int strrpos (string string, char character)
  print strrpos("asdf","d");
?>