php cut out 5 part of string after code example Example: php get first character of string $firstStringCharacter = substr("hello", 0, 1);