My Google+ Profile
Join me on Google+
Yii Framework Forum
Yii is a high-performance component-based PHP framework best for Web 2.0 development.
Labels
Drupal
HTML5
Other
PHP
Yii
Wednesday, 13 March 2013
PHP Array Functions
Array is a Most useful Data Storage in Most of the Programming Languages
Some of unknown array build in functions in php.
PHP Array Functions
array_diff (arr1, arr2 …)
array_filter (arr, function)
array_flip (arr)
array_intersect (arr1, arr2 …)
array_merge (arr1, arr2 …)
array_pop (arr)
array_push (arr, var1, var2 …)
array_reverse (arr)
array_search (needle, arr)
array_walk (arr, function)
count (count)
in_array (needle, haystack)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment