php man page for closure

Query: closure

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CLOSURE(3)								 1								CLOSURE(3)

The Closure class

INTRODUCTION
Class used to represent anonymous functions. Anonymous functions, implemented in PHP 5.3, yield objects of this type. This fact used to be considered an implementation detail, but it can now be relied upon. Starting with PHP 5.4, this class has methods that allow further control of the anonymous function after it has been created. 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.
CLASS SYNOPSIS
Closure Closure Methods o private Closure::__construct (void ) o publicstatic Closure Closure::bind (Closure $closure, object $newthis, [mixed $newscope = "static"]) o public Closure Closure::bindTo (object $newthis, [mixed $newscope = "static"]) o public Closure Closure::call (object $to, [mixed $parameters]) PHP Documentation Group CLOSURE(3)
Related Man Pages
collectable(3) - php
reflectionmethod(3) - php
thread(3) - php
rdf::closure::engine::owl2rl(3pm) - debian
rdf::closure::xsddatatypes(3pm) - debian
Similar Topics in the Unix Linux Community
Building a NAS enclosure
ISS Technology Brief HP BladeSystem C7000 Enclosure, 3rd edition; Part 1
Debian: glibc information disclosure
Find serial number of storage enclosure?
I want replace string <enclosure>"</enclosure> with <enclosure>^</enclosure> in xml