I want to start writting functions that return variables..
Whats the most basic pattern for this? Just the context/syntax. please
function my_function($parameter1,$parameter2) { // do stuff return $value; }