PeServer

Size
in package
implements Stringable

Read onlyYes

幅と高さを持つ。

Table of Contents

Interfaces

Stringable

Properties

$height  : int
$width  : int

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
phpstan-param

positive-int $width

phpstan-param

positive-int $height

__toString()

public __toString() : string
Return values
string

        
On this page

Search results