ok <?php
header
('Content-Type: text/html; charset=utf8');
?> 

<?php
    
echo 'A telp ált tám fv:<br />';

    
$bv get_loaded_extensions();
    
    foreach(
$bv as $ebv)
    {
        echo 
'egyes bv:<br />';

        echo 
'<ul>';
        
        
$bvfv get_extension_funcs($ebv);
        
        foreach(
$bvfv as $fv)
        {
            echo 
"<li> $fv </li>";
        }
        
        echo 
'</ul>';
    }
?>