Comma operator?
Posted: Fri Dec 05, 2003 2:57 pm
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.
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.