Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: c
Explanation: When we need to obtain the ASCII value of a character we apply ord( ); in PHP.

Join The Discussion