php get first char of each word code example Example: php get first character of string $firstStringCharacter = substr("hello", 0, 1);