search

Home  >  Q&A  >  body text

laravel - How to understand how to write this method in PHP object-oriented?

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?

滿天的星座滿天的星座2831 days ago471

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-05-24 11:35:50

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

    reply
    0
  • Cancelreply