Function constantly
Returns a function that always returns the same value;
Parameters summary
mixed |
$value |
Value to return. |
Return value summary
callable
|
callable |
Returns a function that always returns the same value;
mixed |
$value |
Value to return. |
callable
|
callable |