Course lesson

Calling functions with return values in PHP

A PHP function can encapsulate a block of code, but it can also return values. In this lesson, we will learn how to return values created within a function.

Duration
4 min
Access
Included
Transcript
Retained from source evidence

A PHP function can encapsulate a block of code, but it can also return values. In this lesson, we will learn how to return values created within a function.