<?php class Identity { private $identity; public function __construct($identiy) { $this->identity = $identiy; } public function getIdentity($value) { $func = $this->identity; return $func($value); } } $identity = new Identity(function ($value){ return "1"; }); echo $identity->getIdentity(1);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`