Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8259091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:46:30+00:00 2026-06-08T02:46:30+00:00

I am trying to understand about the closure class, at the manual there is,

  • 0

I am trying to understand about the closure class, at the manual there is,
All at the manual Link,

Closure::__construct – Constructor that disallows instantiation. If i understand it right the only instance of this class is for anonymous function variable assignment.

But i did not understand few lines:

Closure::bind — Duplicates a closure with a specific bound object and class scope.

Closure::bindTo — Duplicates the closure with a new bound object and class scope.

And the last at the manual i did not understand this sentence:

Besides the methods listed here, this class also has an __invoke
method. This is for consistency with other classes that implement
calling magic, as this method is not used for calling the function.

If can some one please try to explain thoes lines to me i will be very thankful, Have a nice day.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T02:46:33+00:00Added an answer on June 8, 2026 at 2:46 am

    It is referring to the calling magic.

    As my understanding, for any class that contains the method __invoke which its instances can be called as if it is a function. The Closure::__invoke acts like that.

    i.e. when $foo is of class Closure (anonymous function), calling $foo($bar) will call $foo->__invoke(bar) (although the __invoke member is not meant to be called directly, this is just to show how it works).

    When you define anonymous functions, you do this:

    $greet = function($name)
    {
        printf("Hello %s\r\n", $name);
    };
    

    Now, $greet is of class Closure. and $greet->__invoke is sort of equal to function($name){ printf("Hello %s\r\n", $name); }

    And remember, Closure::__invoke is a Magic Method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to understand exceptions for my C++ class, and there is something that
I'm trying to understand what it is about the following code that is perfectly
I am trying to understand something about getTime() , My problem is that, I
I am trying to understand why I get the following error that comes about
I am trying to understand a bit about partial postbacks using updatepanels and while
Im trying to understand how class generics work and this bit just doesnt make
This question is merely out of interest and trying to understand something about memory
I am trying understand how multi queries work in mysqli. But I confess that
Trying to understand a little more about Crockford's approach to Prototypical Inheritance whereby he
I'm trying to understand Objective-C properties and I have some lingering questions about their

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.