Supprimer les lignes indésirables avec la fonction ‘chop( )’

Author:


Download

<html>
<head>
<title>Fonction chop</title>
</head>
<body>

<?php

    $welcom = "Bienvenu sur Mon Site:

    ";
    echo $welcom."<br/>";
    $welcom = chop($welcom);
    print $welcom;
?>

</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


2 − = one