Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code?
str_pad(‘PHP’, 10, ‘P’, STR_PAD_BOTH);

A.
H

B.
PHPPPPPPPP

C.
PPPPHPPPPP

D.
PPPPPPPPHP