serialize() or json_encode() which one is better to use ? as considering performance and memory usage . which one is good and why ? i am using serialize() or json_encode() both as per requirement but now i want to stick with one which help me to give better performance in php so suggest

Read more