РНР online test for beginners.

Task 1

What does this code do?
define('BACKGROUND', '#c00');

Answer choices:

1. Sets the background color.

2. Protects the data from hacking.

3. Defines a named constant.

4. Creates a variable with the color value.