单项选择题

在PHP中创建函数myFunction()的正确方法是()

A.function myFunction()
B.create myFunction()
C.new_function myFunction()
D.function $myFunction()