ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

PHP : Web Designing Questions & Answers



Question : When you need to obtain the ASCII value of a character which of the following function you apply in PHP?


A.
chr( );
B.
asc( );
C.
ord( );
D.
val( );

Answer / Explanation

Correct Answer is : Option C.


More Questions on PHP Programming