Documentation

NumberInterface extends TypeInterface

NumberInterface ensures consistency in numeric values returned by ramsey/uuid

Tags
psalm-immutable

Table of Contents

__toString()  : string
isNegative()  : bool
Returns true if this number is less than zero
toString()  : string

Methods

__toString()

public __toString() : string
Return values
string

isNegative()

Returns true if this number is less than zero

public isNegative() : bool
Return values
bool

toString()

public toString() : string
Return values
string

Search results