function blah($d){
//getimagesize($d) etc etc
return "<img src=\"$d\" />"; //o quello che vuoi
}
$trova = array(
'/(tuopattern)/e'
);
$sostituisci = "blah('\\1')";
function blah($d){
//getimagesize($d) etc etc
return "<img src=\"$d\" />"; //o quello che vuoi
}
$trova = array(
'/(tuopattern)/e'
);
$sostituisci = "blah('\\1')";