As I know, strtolower makes the string all lowercase and ucfirst makes the string's first letter capitalised.
I am asking, is it possible to make every word within the string capitalised?
Example $string = "hello world" - How can I make this appear "Hello World"?