将值插入PHP多数组

时间:2017-02-23 17:08:17

标签: php

我是PHP编码的新手,我想动态地在多个数组中添加一些变量值,下面是我的代码......

   $books = array (
      "finality"=> array (
       "title"  => 1,
       "author" => 2,
       "thumbnail" => 3,
       "file" => 4,
       "comment" => 5,
      ),
    "science"=> array (
         "title"  => 1,
         "author" => 2,
         "thumbnail" => 3,
         "file" => 4,
         "comment" => 5,
      ),
    "morality"=> array (
        "title"  => 1,
        "author" => 2,
        "thumbnail" => 3,
        "file" => 4,
        "comment" => 5,
      ),
 )

我想添加变量之类的。 $ title,$ author,$ pic2,$ pic,$ comment,在一个数组中,如$ books ['morality']。请帮我。

1 个答案:

答案 0 :(得分:0)

如果我没有正确地解决你的问题,这就是你想要的。

'https://itunes.apple.com/lookup?id=' . $app->AppID

如果这不是你想要的,那就试着更准确地完成你想要完成的事情。