PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Does anyone know if there is comma operator in PHP? I had seen it in the manual (in the operator's precedence table) but failed to get it to work.
For those who don't know what comma operator is:
Comma operator is used in C/C++/some other languages to evaluate several expressions but return result of the last one only.