Predefined Array functions in php,Numeric array sorting function,Associative array sorting function.

Published: 29 July 2020
on channel: Savan Vachhani
16
4

Predefined Array Function in PHP :
Print_r() : print the array
Count() : count no. of element.
Array_push() : add new element.
Array_pop() : get element Form arr.
Unset() : remove the element
Array_search() : search element From array
In_array() : also same as array search

Numeric Array Sorting Functions :
sort() : Sort array in ascending
rsort() : Sort array in descending

.

Associative Array Sorting functions :
asort() : Sort associative array in ascending (according VALUE)
ksort() : Sort associative array in ascending (according KEY)
arsort() : Sort associative array in descending (according VALUE)
krsort() : Sort associative array in descending (according KEY)


On this page of the site you can watch the video online Predefined Array functions in php,Numeric array sorting function,Associative array sorting function. with a duration of hours minute second in good quality, which was uploaded by the user Savan Vachhani 29 July 2020, share the link with friends and acquaintances, this video has already been watched 16 times on youtube and it was liked by 4 viewers. Enjoy your viewing!