Point
in package
implements
Stringable
Read onlyYes
座標。
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- 生成
- __toString() : string
Properties
$x read-only
public
int
$x
$y read-only
public
int
$y
Methods
__construct()
生成
public
__construct(int $x, int $y) : mixed
Parameters
- $x : int
-
X座標。
- $y : int
-
Y座標。
__toString()
public
__toString() : string