>>PHP

$unemployment_rate Variable

Set or returns the employer's state unemployment tax rate.

Syntax

value = $unemployment_rate;

$unemployment_rate = value;

Part
Description
valueA numeric variable/expression

Remarks

Before calculating taxes, the employer's state unemployment tax rate should be set using this variable Enter the rate as a decimal number--for example, enter 3.1% as:

   $unemployment_rate = 0.031;