You are not logged in.

#1 2015-03-18 04:34:13

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

To obtain ASCII value of a character which function to apply?

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

Option A):
val( );
Option B):
ord( );
Option C):
chr( );
Option D):
asc( );

Correct Answer is Option B):
ord( );


Failure is the first step towards seccess.

2015-03-18 04:34:13

Advertisement
Ads By Google

Re: To obtain ASCII value of a character which function to apply?



Board footer