A. NULL B. 0=>1,1=>2,2=>3 C. 2=>1,1=>2,0=>3 D. bool(true)
A. 78 B. 19 C. NULL D. 5
A. strstr() B. extract() C. explode() D. strtok()
A. 用serialize()把它转换成字符串,再用htmlentities()处理一下 B. 把它存在文件中,并用base64_encode()进行编码 C. 用serialize()把它转换成数组 D. 用serialize()把它转换成数组,再用base64_encode()进行编码
A. 给cookie 名添加一对方括号[] B. 使用implode 函数 C. 不可能,因为有容量限制 D. 使用serialize 函数