TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dwi Hyuga
NA
116
21.7k
How to recognize data type on PHP?
Jun 29 2016 11:57 PM
i have some problem like this,
i have string,
$str
=
"D33 D 123"
;
after that, i explode it,
$str1
=
explode
(
" "
,
$str
);
i make it into three variable,
$zero
=
$str1
[0];
$one
=
$str1
[1];
$two
=
$str1
[2];
how to recognize each variable as it's data type, for example the variable $three is recognized as int??
thanks
Reply
Answers (
1
)
What is the best way to learn Php OOP
Sorting Numeric Values in php