In this PHP programming lesson, we take a look at PHP Function Return Values, PHP Return Values Explained, Codecademy PHP, and Understand Return Values. If you have a hard time understanding function return values or return statements in programming, the section in this course is for you. Understanding that you should always view functions as 2 things (what they do, and as a value, they return) will help you master functions in programming. Learning how to use a function’s return value will make the difference between a novice and a professional programmer. The return value of a function in PHP may be used in the same manner we would use a value of that type of data. Make sure to practice using functions and their return values to get a good idea of how function return values behave in PHP. Programming with PHP functions can be difficult in the beginning but with some practice using their return values becomes simple. Make sure to understand how function return values work in PHP. A return value of a function in PHP can be helpful and may be passed around fairly easily with enough practice. Make sure to understand return values before moving on and make sure to get enough practice so that it becomes second nature. Thanks for watching PHP Function Return Values, PHP Return Values Explained, Codecademy PHP, Understand Return Values