Zend
200-530 · Question #492
200-530 Question #492: Real Exam Question with Answer & Explanation
Sign in or unlock 200-530 to reveal the answer and full explanation for question #492. The question stem and answer options stay visible for context.
Question
Consider the following string: Zend 200-530 Exam ZeNd php After running a PHP script, the above string is converted in the following format: php dnez Which of the following PHP scripts have you run?
Options
- A<?php $string1= "ZeNd php"; $string1= str_to_lower($string1); echo strev($string1);
- B<?php $string1= "ZeNd php"; $string1= strtolower($string1); echo stringrev($string1);
- C<?php $string1= "ZeNd php"; $string1= trim($string1); echo stringrev($string1); ?>
- D<?php $string1= "ZeNd php"; $string1= strtolower($string1); echo strrev($string1); ?>
Unlock 200-530 to see the answer
You've previewed enough free 200-530 questions. Unlock 200-530 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.