...

/

Quiz: Structuring Code Files

Quiz: Structuring Code Files

Check your knowledge about structuring code files.

We'll cover the following...

A quiz over structuring code files

1.

The Composer autoloader is a critical piece of code that changes global PHP behavior. Which command should you use to include it?

A.

include

B.

require

C.

include_once

D.

require_once


1 / 10