Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can we check the value of a given variable is a number?
Home
PHP
How can we check the value of a given variable is a number?
0
votes
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
How can we check the value of a given variable is a number?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2019
by
john ganales
It is possible to use the dedicated function, is_numeric() to check whether it is a number or not.
...