I have a question that probably is simple, but here it goes.
When you have nested functions like this:
Is the "trim" function fired first, or is the "strtolower" function fired first.
I ask this because I am trying to find out the order of operation in php when you are nesting functions.