Function array_last
Return the last element in an array passing a given truth test.
Located at mechanicious/Illuminate/Support/helpers.php
array |
$array |
|
|
$callback |
|
mixed |
$default = null |
mixed
|
Return the last element in an array passing a given truth test.
array |
$array |
|
|
$callback |
|
mixed |
$default = null |
mixed
|