UPPERCASE TO CAMELCASE IN PHP. code example Example: php function to convert string to camelcase echo ucwords("hello world");