1 2 3
<?php function c_video(string $id): void { ?> <iframe src="/video.php?v=<?= htmlentities(urlencode($id)) ?>" frameBorder="0" border="0" width="342" height="291"></iframe> <?php } ?>