PHP Functions

String length: 12
Hello, Pao!

Functions are reusable blocks of code. PHP includes built-in functions (like `strlen()`) and allows you to create your own (user-defined functions) for more flexibility.