In this video we are going to learn how the functions returns value in PHP.A function can return a value using the return statement in conjunction with a value or object. return stops the execution of the function and sends the value back to the calling code.