1. 33
    Calling functions with return values in PHP
    3m 33s

Calling functions with return values in PHP

InstructorMark Shust

Share this video with your friends

Send Tweet

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.