$value->expires()
Returns the expiration date as UNIX timestamp or null if the value never expires
$value->expires(): int|null
Return types
int
ornull
This method modifies the existing $value
object it is applied to and returns it again.
Returns the expiration date as UNIX timestamp or null if the value never expires
$value->expires(): int|null
int
ornull
This method modifies the existing $value
object it is applied to and returns it again.