tumbanteemnap
New Member
I'm looking for the quickest/shortest way to get the first value from and exploded array, in-line.The best I can do is \[code\]end(array_reverse(explode(',', 'a,b,c,d')))\[/code\] but I feel that's excessive and redundant. Is there a better way?