Get a user status by the numeric code of status.
getuserstatus( int $userstatus ) : mixed
$userstatus (int) (Required) Status code 0 - 8.
(string|null) The name of the given user status, null if it does not exist.
echo getuserstatus(5); // Cancelled