Files
php_8/methods/point_interpolation_use.php
2022-05-03 17:52:13 +03:00

7 lines
119 B
PHP

<?php
require_once 'point_interpolation.php';
$point = new Point(5, 12);
echo "point = {$point}"; // point = (5, 12)