answersLogoWhite

0


Best Answer

ord() is the function you need.

echo ord(' ');

Would output the number 32.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When you need to obtain the ASCII value of a character which function apply in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What two function Managers should apply two principles to obtain accurate and useful cost functions?

reliability and validity


What is the name of the process in which you apply resources to obtain products?

Concept is the name of the process in which you apply resources to obtain products.


Is function of the court to interpret and apply the law?

Yes. A court's function is to interpret and apply the laws.


Can a character in java apply in JOptionPane?

no!!


In mathematics what does compose mean?

That is related to "composition", the composition of functions. That means you apply one function after another. f(g(x)) means you first apply function "g" to the variable "x", then you apply function "f" to the result.


How does it apply to the character in the movie osmosis Jones?

Please specify the character and/or movie in question.


How does one obtain a student visa?

To obtain a student visa you first must apply and be accepted to an american institution of higher learning. Then with that acceptance letter you apply for a visa card through the US government.


What is the maximum font size you can apply for any character?

There is no maximum


How did osmosis apply to the character in the movie osmosis Jones?

Dame


What is x to the second power minus 49?

This is considered an expression "x^2 - 49", or alternatively a function of the variable x. In that sense, when you apply the expression to a certain input (such as x=3) you obtain a number (3^2-49 = -40).


What should I do when scope not digest in angular java script?

Apply $scope.$apply(); It's better to have apply in timeout syntax as below : SetTimeout(function() {$scope.$apply();},10);


What is a composite function?

This is a combination of two functions, where you apply the first function and get a result and then fill that answer into the second function. OR These are what you get when you take the output of one function and use it to solve the output of the next function.