单项选择题

下列选项中,可以得到“phpphpphpphp”字符串的是()

A.str_replace(’php’,4)
B.substr(’php’,4)
C.str_repeat(’php’,4)
D.strpos(’php’,4)