laravel - How to understand how to write this method in PHP object-oriented?
滿天的星座
滿天的星座 2017-05-24 11:33:50
0
1
452

I accidentally saw this writing method on a blog today. I have never used it before and I am not sure what it means. I am here to ask you for advice:

Directly upload the picture:

May I ask everyone:

public function getAllPosts() : Callection
{
      // some code
}

How to understand the Callection after this colon?

滿天的星座
滿天的星座

reply all(1)
Peter_Zhu

New feature of php7, specify the type of returned data. . .
Same as int main() in c language

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template