PHP: Can I reference a single member of an array that is returned by a function?

前端 未结 17 1078
抹茶落季
抹茶落季 2020-12-19 00:21

any idea how if the following is possible in PHP as a single line ?:

... It doesn

17条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 00:43

    Unfortunately, that is not possible with PHP. You have to use two lines to do it.

提交回复
热议问题