$date->second()
Gets or sets the second value
$date->second(int|null $second = null): int
Parameters
Name | Type | Default |
---|---|---|
$second | int ornull |
null
|
Return type
int
This method modifies the existing $date
object it is applied to and returns it again.