This repository contains a simple PHP script that merges two arrays of fruits and prints the merged array.
- Merges two arrays of fruits
- Prints the merged array
No installation required. Simply run the PHP file in your web server or command line.
- Save the code to a file with a
.phpextension, e.g.,merge.php - Run the file using a web server or command line:
php merge.php - The merged array will be printed on the screen.
- PHP
MIT