Size
in package
implements
Stringable
Read onlyYes
幅と高さを持つ。
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- 生成
- __toString() : string
Properties
$height
public
int
$height
$width
public
int
$width
Methods
__construct()
生成
public
__construct(int $width, int $height) : mixed
Parameters
- $width : int
-
横幅。
- $height : int
-
高さ。
Tags
__toString()
public
__toString() : string