Création des constructeurs en PHP

Author:


Download

<?php
class Livres {
    function __construct($nom, $auteur){
        $this->nom = $nom;
        $this->auteur = $auteur;
    }
}
?>

Leave a Reply

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


× 4 = twelve