Hi everyone,
I have found out about the great extract
function in PHP and I think that it is really handy. However I have learn that most things that are nice in PHP also affects performance, so my question is which affect using the extract
can have, seen in a performance perspective?
Is it a no-no to use for big applications to extract variables outta arrays?