Login
Remember
Register
Ask a Question
Explain some of the PHP array functions in PHP?
0
votes
asked
Jun 5, 2020
in
PHP
by
Robindeniel
Explain some of the PHP array functions in PHP?
#php-array-functions
#array-functions-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 5, 2020
by
SakshiSharma
There are many array functions in PHP:
array()
array_change_key_case()
array_chunk()
count()
sort()
array_reverse()
array_search()
array_intersect()
...