码迷,mamicode.com
首页 > 其他好文 > 详细

获取字符串长度

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

标签:windows   include   orm   hyper   txt   start   正确方法   home   read   

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 支持是启用的。

您的回答:正确

正确答案:错误

 

获取字符串长度

标签:windows   include   orm   hyper   txt   start   正确方法   home   read   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!