Computer Science, asked by priyankaak8258, 11 months ago

Explain anonymous function concept 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