I have an stdClass Object like this:
stdClass Object ( [key-west] => 1 [disney-land] => 1 )
I am trying to retrieve the value like this:
$objectName->key-west
but the value returned is 0. Why? and How can I retrieve it as 1?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…