Length of the string: 13
Sum of 5 and 3: 8
functions in PHP are blocks of reusable code.
Built-in functions, like strlen(), perform specific tasks.
User-defined functions, such as addNumbers(), are created by the
programmer for custom tasks, helping to organize and simplify code.