v3.8.1
Changes
- Use
static function
rather thanfunction
whenever possible, the PHP engine does not need to instantiate and later GC a$this
variable for said closure.
static function
rather than function
whenever possible, the PHP engine does not need to instantiate and later GC a $this
variable for said closure.