Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
array_merge
array_merge
Merge one or more arrays
Name:
array_merge
Category:
Array
Programming Language:
php
One-line Description:
Combine one or more arrays into one.
Related
How to Restore Session Data in PHP Using the unserialize Function: Step-by-Step Example
7
Similar Functions
array_key_last
array_key_last
Getthenameofthelastk
compact
compact
Createanarrayincludi
array_unshift
array_unshift
Insertoneormoreunits
array_fill_keys
array_fill_keys
Fillthearraywithspec
array_replace
array_replace
Replaceelementsofthe
array_merge
array_merge
Mergeoneormorearrays
array_flip
array_flip
Swapkeysandvaluesina
array_splice
array_splice
Removeapartofthearra
Popular Articles
How to Restore Session Data in PHP Using the unserialize Function: Step-by-Step Example