Skip to content

Instantly share code, notes, and snippets.

@lroman242
Created January 14, 2020 19:37
Show Gist options
  • Save lroman242/2f92116cffcfbdb4f7d2322eae31ddaa to your computer and use it in GitHub Desktop.
Save lroman242/2f92116cffcfbdb4f7d2322eae31ddaa to your computer and use it in GitHub Desktop.
medium json_encode codeblock 21
$result = []; // пустой массив
echo json_encode($result, JSON_FORCE_OBJECT);
// {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment