Zend PHP 5.3 Certification 200-530 Question # 45 Topic 5 Discussion

Zend PHP 5.3 Certification 200-530 Question # 45 Topic 5 Discussion

200-530 Exam Topic 5 Question 45 Discussion:
Question #: 45
Topic #: 5

Which piece of code will return the ASCII value of a character?


A.

(int)'t';


B.

ord('t');


C.

to_ascii('t');


D.

chr('t');


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.