1024国产,91精品国产综合久久福利,中文字幕成人免费视频,日本人的色道免费网站,曰本一级毛片免费,www.日日爱,国产黑丝视频

當(dāng)前位置:高考升學(xué)網(wǎng) > 招聘筆試題 > 正文

騰訊PHP工程師筆試題和面試題答案(二)

更新:2023-09-19 04:45:55 高考升學(xué)網(wǎng)

  2.數(shù)據(jù)庫(kù)查詢(xún),mysql使用EXPLAIN分析查詢(xún),啟用slow query log記錄慢查詢(xún)。

  PHP LAMP Engineer Test Paper

  Question 1

  What does print out?

  A) 3

  B) False

  C) Null

  D) 1

  E) 0

  Question 2

  Which of the following snippets prints a rePsentation of 42 with two decimal places?

  A) printf(“%.2d\n”, 42);

  B) printf(“%1.2f\n”, 42);

  C) printf(“%1.2u\n”, 42);

  Question 3

  Given

  $text = ‘Content-Type: text/xml’;

  Which of the following prints ‘text/xml’?

  A) print substr($text, strchr($text, ‘:’));

  B) print substr($text, strchr($text, ‘:’) + 1);

  C) print substr($text, strpos($text, ‘:’) + 1);

  D) print substr($text, strpos($text, ‘:’) + 2);

  E) print substr($text, 0, strchr($text, ‘:’)

  Question 4

  What is the value of $a?

  $a = in_array(‘01′, array(‘1′)) == var_dump(‘01′ == 1);

  ?>

  A) True

  B) False

  Question 5

  What is the value of $result in the following PHP code?

  function timesTwo($int) {

  $int = $int 2;

  }

  $int = 2;

  $result = timesTwo($int);

  ?>;

  Answer: NULL

  Question 6

  The code below ___________ because ____________.

  class Foo {

  ?>

  function bar() {

  print “bar”;

  }

  }

  ?>

  A) will work, class definitions can be split up into multiple PHP blocks.

  B) will not work, class definitions must be in a single PHP block.

  C) will not work, class definitions must be in a single file but can be in multiple PHP blocks.

  D) will work, class definitions can be split up into multiple files and multiple PHP blocks.

  Question 7

  When turned on, ____________ will _________ your script with different variables from HTML forms and cookies.

  A) show_errors, enable

  B) show_errors, show

  C) register_globals, enhance

  D) register_globals, inject

  Question 8

  What will be the output of the following PHP code:

  echo count(strlen(“http://php.net”));

  ?>

  Answer: 1

  Question 9

  What is the best all-purpose way of comparing two strings?

  A) Using the strpos function

  B) Using the == operator

  C) Using strcasecmp()

  D) Using strcmp()

  Question 10

  What is the difference between “print()” and “echo()”?

  Answer: print is a function,echo is a language construct

  友情提示:閱讀了本文“騰訊PHP工程師筆試題”,本站大學(xué)高考網(wǎng)(cnrencai)筆試頻道,還為你提供更多“筆試題目”相關(guān)文章閱讀

最新圖文

2020年河北新聞網(wǎng)兩學(xué)一做

時(shí)間:2023-09-18 07:0:24

2020年河北新聞網(wǎng)兩學(xué)一做

時(shí)間:2023-09-15 11:0:59

兩學(xué)一做學(xué)習(xí)教育知

時(shí)間:2023-09-21 06:0:30