Valid XHTML     Valid CSS2    

Listing du fichier mesfonctions.php avec syntaxhighlighter


        <?php
        #    (gH)   -_-  mesfonctions.php  ;  TimeStamp (unix) : 29 Octobre 2008 vers 21:44
        
        #####################################################################
        #                                                                   #
        #  ceci est le fichier  mesfonctions.php et il permet d'avoir       #
        #  toujours le même début de fichier et la même fin.                #
        #                                                                   #
        #####################################################################
        
        function debutPage() {
             echo "<?xml version='1.0' encoding='ISO-8859-1' ?>\n" ;
             echo "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> \n" ;
             echo "<html xmlns='http://www.w3.org/1999/xhtml' lang='fr' xml:lang='fr'> \n" ;
             echo "<head> \n" ;
             echo "<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' /> \n" ;
             echo "<title> \n" ;
             echo "L3SEN \n" ;
             echo "</title> \n" ;
             echo "</head> \n" ;
             echo "<body> \n" ;
        } ; # fin de fonction debutPage
        
        function finPage() {
             echo "</body> \n" ;
             echo "</html> \n" ;
        } ; # fin de fonction finPage
        
        ?>
        

La coloration syntaxique est réalisée par : SyntaxHighlighter.

Si vous préférez, vous pouvez utiliser celle de geshi ou même celle construite autour de la fonction highlight_file.

 

 

retour gH    Retour à la page principale de   (gH)