Searched refs:inhalt (Results 1 – 2 of 2) sorted by relevance
74 $inhalt = file_get_contents($datei);76 $renderer->doc .= wordwrap(base64_encode($inhalt), 40)."\"></article>\n";
26 $inhalt = preg_replace('#\{\{(.+)\}\}#Uise', "'{{'.buildLink('\\1').'}}'", $text); variable28 echo $inhalt;