<?php function myfunction($v) { return $v; } $a=array("<p>Horse</p>","<a>Dog</a>","<h1>Cat</h1>"); print_r(array_map("myfunction",$a));
You have javascript disabled. You will not be able to edit any code.