Tagged Questions
5
votes
2answers
2k views
PHP's USORT Callback Function Parameters
This is a really esoteric question, but I'm genuinely curious. I'm using usort for the first time today in years, and I'm particularly interested in what exactly is going on. Suppose I've got the ...