$bul = array(
'ahmet',
'elma',
);

$degistir = array(
'mehmet',
'armut',
);

$raw = str_replace( $bul , $degistir, $buffer->getBuffer() );