in PHP by (32.2k points)
How is it possible to return a value from a function?

1 Answer

0 votes
by (14.0k points)
A function returns a value using the instruction 'return $value;'.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma (32.2k points)
...