Файловый менеджер - Редактировать - /home/carpe/public_html/revisions/objet.php
Назад
<?php class Personne{ private $nom; private $age; function sePresenter(){ echo "Hello, je suis {$this->nom}, j'ai {$this->age} ans"; //echo "Hello, je suis" . $this->nom; $this->age +=1; } function deux($ola){ return $ola . 'hey'; } function __construct($n,$a){ $this->nom = $n; $this->age = $a; } } $o1 = new Personne("Carpe",20); $o1->sePresenter(); echo "<br/>"; $o1->sePresenter(); echo $o1->deux('hzey'); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка