parse(file_get_contents($filename)); $yml = $document->getYAML(); $content = $document->getContent(); $title = $yml['title'] ?? 'invalid'; $author = htmlspecialchars($yml['author']); $description = "RFC {$yml['number']}: {$yml['title']} by {$author}"; include __DIR__.'/../header.php'; ?> < back to list

RFC :

Author:
Updates: {$num}"; if (next($arr)) { echo ", "; } } ?>
Updated by: {$num}"; if (next($arr)) { echo ", "; } }?>

RFC List