/**
Gets an option. The function is case-insensitive to @e name.
Returns empty string if the option hasn't been set.
/**
Gets an option. The function is case-insensitive to @e name.
Returns empty string if the option hasn't been set.
/**
Gets an option as an integer. The function is case-insensitive to @e name.
If the option hasn't been set, this function returns 0.
/**
Gets an option as an integer. The function is case-insensitive to @e name.
If the option hasn't been set, this function returns 0.