Original text: hello world
Using strtoupper(): HELLO WORLD
Hello, Hajar! Welcome to my PHP page.
Functions are blocks of code that perform a specific task and can be used when needed. PHP has built-in functions, such as strtoupper(), that are already available to use. We can also create our own functions for specific tasks. Functions help organize code and prevent us from repeating the same code multiple times.