Function head
Return the first element of an array.
This is simply a convenient wrapper around the "reset" method.
Located at laravel/helpers.php
array |
$array |
mixed
|
Return the first element of an array.
This is simply a convenient wrapper around the "reset" method.
array |
$array |
mixed
|