Skip to content

Instantly share code, notes, and snippets.

@helloris25
Created September 28, 2015 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helloris25/78f1fe8ad51e17d46a8e to your computer and use it in GitHub Desktop.
Save helloris25/78f1fe8ad51e17d46a8e to your computer and use it in GitHub Desktop.
Вывести массив PHP как объект JS в Битркис
<script>
console.log(<? echo CUtil::PhpToJSObject($arResult, false, true); ?>);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment