isReservedName

Check if a name is in the reserved words list. (name, current member id, name/username?.) - checks if name is a reserved name or username. - if is_name is false, the name is assumed to be a username. - the id_member variable is used to ignore duplicate matches with the current member.
Parameters Summary
string $name
int $current_ID_MEMBER = 0
bool $is_name = true
bool $fatal = true