Parser - (stream\parser.class.php)

CONST TRIGGER = ['<?php', '<?=', '<?'] PHP Code Indikator
static stream\parser::include ($string $file = null)
$file gibt den Dateipfad als string an, der includiert werden soll
gibt den geparsten Inhalt als Stream Resource mit fopen('php://temp', 'w+') zurück; im Fehlerfall null
stream\parser::include('E:\apps\new\phpcode.php');