Functions in PHP cannot return expressions by reference.
Return value of a function can be specified by using return keyword.
Concept of void functions exists in PHP.
PHP can allow functions to return variables.