Consider this JavaScript statement:
isTouch = document.createTouch !== undefined
I would like to know if we have a similar statement in PHP, not being isset(), but literally checking for an undefined value. Something like:
$isTouch != ""
Is there something similar as the above in PHP?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…