Computer Science, asked by debdaskarmakar9004, 1 year ago

Explain how function are defined and invoked in PHP.

Answers

Answered by sarveshkumar83
0

A function is a reusable piece or block of code that performs a specific action. Functions can either return values when called or can simply perform an operation without returning any value. PHP has over 700 functions built in that perform different tasks.

Similar questions