- print_r: documentation ( source)
<?php
$output = array(
"username" => "Form Username",
"description" => "Form Description",
"tts" => false,
"embeds" => [
[
"title" => "Form Title",
"type" => "rich",
"fields" => []
]
]
);
print_r($output);