Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/dantsu/php-osm-static-api/src/XY.php
Ðазад
<?php namespace DantSu\OpenStreetMapStaticAPI; /** * DantSu\OpenStreetMapStaticAPI\XY define X and Y pixel position for map, lines, markers... * * @package DantSu\OpenStreetMapStaticAPI * @author Franck Alary * @access public * @see https://github.com/DantSu/php-osm-static-api Github page of this project */ class XY { /** * @var int X */ private $x = 0; /** * @var int Y */ private $y = 0; /** * XY constructor. * @param int $x X * @param int $y Y */ public function __construct(int $x, int $y) { $this->x = $x; $this->y = $y; } /** * Get X * @return int X */ public function getX(): int { return $this->x; } /** * Get Y * @return int Y */ public function getY(): int { return $this->y; } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка