单项选择题
A.关键字functionB.函数名C.括号中的参数D.函数体
A.1024字节B.2048字节C.1024KBD.2048KB
A.<?php $student =new Student[];?>B.<?php $student =Student {};?>C.<?php $student =new Student(){};?>D.<?php $student =new Student();?>