String length of 'Hello' is: 5
Hello, PHP!

Functions allow code reuse. PHP provides built-in functions like `strlen()`, and you can define your own functions.