Returning References Returning by reference is useful when you want to use a function to find to which variable a reference should be bound. Do not use return-by-reference to increase performance. The engine will automatically optimize this on its own. Only return references when you have a valid technical reason to do so. To return references, use this syntax: <?php class Foo { public $value = 42
{{#tags}}- {{label}}
{{/tags}}