Created
January 14, 2020 19:36
-
-
Save lroman242/f31d89cbba5c687df43fc2043808456d to your computer and use it in GitHub Desktop.
medium json_encode codeblock 20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$result = []; // пустой массив | |
echo json_encode($result); | |
// [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment