Php function & symbol

Possible duplicate:
What does it mean to run a PHP function with an ampersand?

Hi

Why do some php functions have "&" in their signature, for example,

function &getData()
+3
source share

Source: https://habr.com/ru/post/1781124/


All Articles