A.()B.[...]C.[^...]
单项选择题在php程序中,一个类的析构方法名称必须是()。
A._destruct()B._construct()C.destruct()D.construct()
单项选择题在php中,矩形也是比较常见的几何图形之一,使用函数()可以绘制一个矩形。
A.imagerectangle()B.imagecolorallocate()C.imagefilledpolygon()
单项选择题在php中,可以使用函数()来创建画布。
A.image create()B.imagecolorallocate()C.imagefilledpolygon()
单项选择题函数f puts()是函数()的别名,两者的用法相同。
A.f write()B.fetching()C.f get()
单项选择题在php中,可以通过函数()来判断某个文件是否存在。
A.file exists()B.f open()C.file_exist()D.file_exists()