Question:If you wanted a variable containing the letters A through Z, that allowed you to access each letter independently, which of the following approaches could you use? 

A $str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; 

B range('A', 'Z'); 

C explode("", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"); 

D You would use the ALPHA_ARRAY constant 

E None 

+ Answer
+ Report
Total Preview: 1142

Copyright © 2024. Powered by Intellect Software Ltd