serialize() vs json_encode()
Closed this issue · 1 comments
1ma commented
I've noticed that all the examples use serialize()
to convert the arrays returned by tideways_xhprof_disable()
to text.
Is there any reason for not serializing these arrays with json_encode()
instead?