Free 200-550 Exam Braindumps (page: 19)

Page 18 of 56

What is the pattern modifier for handling UTF-8 encoded preg_* functionality?

  1. e
  2. u
  3. PHP does not support UTF-8 encoded strings
  4. A pattern modifier is not needed

Answer(s): B



What is the output of the following code?
$text = 'This is text';
$text1 = <<<'TEXT'
$text
TEXT;
$text2 = <<<TEXT
$text1
TEXT;
echo "$text2";

  1. This is text
  2. $text
  3. $text1
  4. $text2

Answer(s): B



Your public web application needs to provide access to binary files for registered users only. How would you achieve this?

  1. Host the files on a public external file sharing service.
  2. Redirect to the file which resides in the server's document root
  3. Use PHP to send the file to the client, using the header() function to set appropriate HTTP headers
  4. PHP is used for service HTML content, not binary content

Answer(s): C



What content-type is required when sending an HTTP POST using JavaScript to ensure that PHP can access the data?

  1. application/x-www-form-urlencoded
  2. http/post
  3. text/html
  4. object/multipart-formdata

Answer(s): A






Post your Comments and Discuss Zend 200-550 exam with other Community members:

200-550 Discussions & Posts