Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
array_replace
array_replace
Replace elements of the first array with the passed array
Name:
array_replace
Category:
Array
Programming Language:
php
One-line Description:
Replace the value of the first array with the value of the following array.
Related
How to Use array_replace to Merge Multiple Arrays? A Detailed PHP Practical Guide
9
Similar Functions
array_search
array_search
Searchforthegivenval
key_exists
key_exists
aliasforarray_key_ex
array_chunk
array_chunk
Splitthearrayintoblo
array_intersect_ukey
array_intersect_ukey
Usecallbackfunctiont
array_fill_keys
array_fill_keys
Fillthearraywithspec
next
next
Movetheinnerpointeri
list
list
Assignvaluesfromanar
array_udiff
array_udiff
Usecallbackfunctiont
Popular Articles
How to Use array_replace to Merge Multiple Arrays? A Detailed PHP Practical Guide