There is this line in a code I have to modify in order to be able to use:
%response = $lperl->curl_process($myorder);
And I can't find anywhere what does %response stand for nor what the % operator is used for in this line...
It is clear that I'm not an OOP PHP programmer so I can't even begin to understand this line...
Anyways it gives me a syntax error and I can't use it like this...
I searched the PHP manual for % operator all I get is nothing since it is is somekind of wildcard sign and same situation on these forums...
All I know is that % is used as modulo operator but that's clearly not the case here...
Can anyone enlighted me?