chop PHP Chop functionPHP Chop function remove the last character in the string.Example for PHP Chop function <?phpecho chop(“WebMaster “);//right spaces are removeecho chop(“Webmaster”, “a..z”);?>Read MorePHP Chr wiki