<?php $a1=array("seat","renault","volkswagen");$a2=array("s","r","v");$a3=array_replace($a1,$a2);print_r($a3); ?>
Standard input is empty
Array ( [0] => s [1] => r [2] => v )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!