A.()B.*C.+D..
单项选择题()能够匹配位于括号之内的任何字符。
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()