Briefing Zend Knowledge

What will the following function call print?

What will the following function call print? printf(‘%010.6f’, 22);

A.
22.00

B.
022.000000

C.
22

D.
22.000000