This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: callable


  1. PHP's Magic __invoke() Method and the Callable Typehint


    PHP has a variety of magic methods; methods named with two underscores at the start, which get called automatically when a particular event happens. In PHP 5.3, a new magic method was added: __invoke().

    Read more