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_is_list
array_is_list
Checkifthegivenarray
sizeof
sizeof
countalias
array_keys
array_keys
Returnssomeorallkeyn
array_product
array_product
Calculatetheproducto
array_diff_uassoc
array_diff_uassoc
Usetheuser-providedc
array_diff_ukey
array_diff_ukey
Usecallbackfunctiont
array_diff_key
array_diff_key
Usekeynamecomparison
array_udiff_assoc
array_udiff_assoc
Calculatethedifferen
Popular Articles
How to Use array_replace to Merge Multiple Arrays? A Detailed PHP Practical Guide