Answer the question
In order to leave comments, you need to log in
How to fix php code correctly (error Strict Standards: Only variables should be passed by reference in)?
function GET()
{
$keys = func_get_args();
if($keys)
return getElement(getGet(), $keys);
else
return count(getGet());
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question