functions


example one

5 + 10 = 15
7 + 10 = 17

example two

7

example three

Length of 'Hello, world!': 13

explanation

A function in PHP is a reusable block of code that performs a specific task. It accepts parameters, executes operations, and returns a value. You define it, then call it when needed.