- 3
- 0
- 约1.86千字
- 约 10页
- 2026-06-18 发布于江苏
- 举报
2026年php基础考试题及答案
单项选择题(每题2分,共20分)
1.PHP的默认文件扩展名是什么?
A..py
B..js
C..php
D..html
2.以下哪个不是PHP的数据类型?
A.string
B.integer
C.boolean
D.float
3.PHP中如何声明一个常量?
A.$constant=10;
B.constCONSTANT=10;
C.define(CONSTANT,10);
D.alloftheabove
4.以下哪个函数用于连接数据库?
A.mysqli_connect()
B.mysql_connect()
C.bothAandB
D.neitherAnorB
5.如何在PHP中获取当前日期?
A.date(Y-m-d);
B.now();
C.date_get();
D.bothAandB
6.以下哪个是PHP中的注释符号?
A.//
B./
C.bothAandB
D.neitherAnorB
7.PHP中如何定义一个函数?
A.functionmyFunction()
B.defmyFunction()
C.funcmyFunction()
D.alloftheabove
8.以下哪个是PHP中的数组?
A.$array=[1,2,3];
B.$array=(1,2,3);
C.bothAandB
D.neitherAnorB
9.
原创力文档

文档评论(0)