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