首页 > 其他 > 详细

获取字符串长度

时间:2017-02-05 18:02:10      阅读:149      评论:0      收藏:0      [点我收藏+]

PHP 指的是?

  • Private Home Page
  • Personal Hypertext Processor
  • PHP: Hypertext Preprocessor
  • Personal Home Page

1.PHP 指的是?

正确答案:PHP: Hypertext Preprocessor

 

 

 

 

 

请判断以下说法是否正确:包含文件必须使用文件后缀 ".inc"。

 

  • 正确
  • 错误

请判断以下说法是否正确:包含文件必须使用文件后缀 ".inc"。

您的回答:错误

 

 

引用文件 "time.inc" 的正确方法是?

 

  • <?php require("time.inc"); ?>
  • <!--include file="time.inc"-->
  • <?php include_file("time.inc"); ?>
  • <% include file="time.inc" %>

 

以只读模式打开文件 "time.txt" 的正确方法是?

 

  • fopen("time.txt","r+");
  • open("time.txt");
  • open("time.txt","read");
  • fopen("time.txt","r");

 

以只读模式打开文件 "time.txt" 的正确方法是?

您的回答:open("time.txt","read");

正确答案:fopen("time.txt","r");

 

 

18 . 请判断以下说法是否正确:PHP 可以在 Microsoft Windows IIS (Internet Information Server) 上运行。

 

  • 正确
  • 错误

19.请判断以下说法是否正确:在 PHP 5 中,在默认情况下 MySQL 支持是启用的。

您的回答:正确

正确答案:错误

 

获取字符串长度

原文:http://www.cnblogs.com/gengyi/p/6368135.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!