Класс для Никтики

<?php class NikitkaClass { public $namePlate; public function createNamePlate(string $name) { $this->namePlate = "Live long and prosper, $name"; //или так $this->namePlate = 'Live long and prosper, '.$name; } } ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.