<?php $repl = array(1 =>"OK", 2 => "nOK", 3 => "Warning", 4 => "Other"); $myarray = array(1,2,3,4); $new = str_replace($myarray,$repl, $myarray); var_dump($new);
You have javascript disabled. You will not be able to edit any code.