PHP Quiz 4 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'PHP Quiz 4 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. array()
    B. array_change_key_case()
    C. array_chunk()
    D. array_count_values()
    A. array_reverse()
    B. array_search()
    C. array_shift()
    D. array_slice()
    A. session_start() function
    B. $_SESSION[]
    C. isset() function
    D. session_destroy() function
    A. $_FILES['file']['tmp_name']
    B. $_FILES['file']['name']
    C. $_FILES['file']['size']
    D. $_FILES['file']['type']
    A. The preg_match() function searches a string specified by string for a string specified by pattern, returning true if the pattern is found, and false otherwise.
    B. The preg_match() function searches throughout a string specified by pattern for a string specified by string. The search is not case sensitive
    C. The preg_match() function searches string for pattern, returning true if pattern exists, and false otherwise
    D. None of the above
    A. All variables in PHP are denoted with a leading dollar sign ($).
    B. The value of a variable is the value of its most recent assignment
    C. Variables are assigned with the = operator, with the variable on the left-hand side and the expression to be evaluated on the right
    D. All of the above
    A. Numeric Array
    B. Associative Array
    C. Multidimentional Array
    D. None of the above
    A. time()
    B. getdate()
    C. date()
    D. None of the above