Skip to content

PhpAlto/alto-array-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Array Functions

Installation

composer require alto/array-functions

Functions

array_first

Returns the first element of an array or null if the array is empty.

array_first(array $array): mixed

array_last

Returns the last element of an array or null if the array is empty.

array_last(array $array): mixed

License

This package is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages