<?php $array = array('foobar', 'foobaz', array("fooloo")); $out = str_replace('foo', 'hello', $array); var_export($out);
You have javascript disabled. You will not be able to edit any code.