Files
php_8/methods/construct_call_use.php
2022-05-02 19:14:30 +03:00

7 lines
243 B
PHP

<?php
require_once 'construct_call.php';
$point = new Point(); // Вызов конструктора
$point->__construct(); // Вызов конструктора
$point->inner(); // Вызов конструктора