Which of the following is incorrect with respect to json_encode and serialize()?
Correct Answer: Any data encoded with json_encode() function can be used outside a PHP application whereas data generated with serialize() can only be used in a PHP application.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More PHP MCQ Questions