PHP: variable-length argument list by reference?

Posted by GetFree on Stack Overflow See other posts from Stack Overflow or by GetFree
Published on 2009-12-17T23:12:13Z Indexed on 2010/04/10 22:13 UTC
Read the original article Hit count: 336

Is it possible to create a PHP function that takes a variable number of parameters all of them by reference?

It doesn't help me a function that receives by reference an array of values nor a function that takes its arguments wrapped in an object because I'm working on function composition and argument binding. Don't think about call-time pass-by-reference either. That thing shouldn't even exist.

© Stack Overflow or respective owner

Related posts about php

Related posts about function-parameter