In Java you can access variables in a class by using the keyword this, so you don\'t have to figure out a new name for 开发者_运维问答the parameters in a function.
Is it possible to create a PHP function that takes a variable number of paramet开发者_运维百科ers all of them by reference?