You can simply combine the printf
and json_encode
function to make this.
function console_log($data) {
printf('<script>console.log(%s);</script>', json_encode($data));
}
console_log(['name' => 'Wallace Maxters']);
Output:
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Velan<> -
Yasser Elgammal -
Thiago Silva -
Mitchell -
Top comments (0)