/ Published in: PHP
                    
                                        php list files and directories beginning with ....
1 paramètre d'entrée
                1 paramètre d'entrée
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <?php function listfile($sbegin) { // lister fichiers et répertoires commençant par... $filelist[] = $entry; } } } } listfile('c'); ?>
Comments
                    Subscribe to comments
                
                