<<< Previous question <<< Question ID#0059.md >>> Next question >>>
You run the following PHP script:
<php echo (int) "Jason 1235";
What will be the output?
- A) 0
- B) Jason
- C) It will throw a script error.
- D) 1235
Answer
Answer: A
You run the following PHP script:
<php echo (int) "Jason 1235";
What will be the output?
Answer: A