Closure::fromCallable('strlen'); $fn = Closure::fromCallable([$this, 'method']); $fn = Closure::fromCallable(['Foo', 'method']); ]]>
strlen(...); $fn = $this->method(...); $fn = Foo::method(...); ]]>