National_Instruments
200-500 · Question #175
Consider the following code: strspn($test, 'aeiou', 1); The variable $test contains the string "You get certified". What will the function call return?
The correct answer is E. 2. See the full explanation below for the reasoning.
Question
Consider the following code:
strspn($test, 'aeiou', 1); The variable $test contains the string "You get certified". What will the function call return?
Options
- Atrue
- Bfalse
- C0
- D1
- E2
- F3
How the community answered
(39 responses)- A3% (1)
- B5% (2)
- C13% (5)
- D3% (1)
- E77% (30)
Community Discussion
No community discussion yet for this question.