Keyword
in package
Read onlyYes
A FITS keyword record
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- toString() : string
Properties
$comment
public
string|null
$comment
$name
public
string
$name
$value
public
string|null
$value
Methods
__construct()
public
__construct(string $name, string|null $value, string|null $comment) : mixed
Parameters
- $name : string
- $value : string|null
- $comment : string|null
toString()
public
toString() : string