選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

random-recipe.php 93B

12345678
  1. <?PHP
  2. $recipe = [
  3. "name" => "Whatever",
  4. "difficulty" => 7,
  5. ];
  6. echo json_encode($recipe);