0 votes
in JSON by
Mention what is the function used for encoding JSON in PHP?

1 Answer

0 votes
by

Mention what is the function used for encoding JSON in PHP?

For encoding JSON in PHP, json_encode () function is used.  This function returns the JSON representation of a value on success or false on failure.

Related questions

0 votes
asked Nov 4, 2020 in JSON by rahuljain1
0 votes
asked Nov 4, 2020 in JSON by rahuljain1
...