A、对
B、错
A、可以直接双击运行
B、要有能够支持PHP的Web服务器软件才能运行
C、一般在浏览器中运行
D、必须使用与http有关的协议才能运行
A、int
B、string
C、resource
D、double
A、4
B、4.5
C、0
D、NULL
A、总是以“$”符号开头
B、大小写不敏感
C、总是通过赋值隐性声明
D、未被赋值时,初值可能是0、0.0、空字符串、空数组等
A、trim
B、strrev
C、strlen
D、strtoupper
A、单引号
B、双引号
C、冒号
D、中括号
A、for
B、foreach
C、while
D、do…while
A、<
?php echo表达式
?>
B、<
?php if(1) print表达式
?>
C、<
?php for(
) print表达式
) ?>
D、<
?php while(1) print表达式
?>
A、include
B、require
C、include_once
D、require_once