Hello I am fairly new to PHP and was wondering how can I find a specific token
and token_time
in the same array. For example, how can I find the token
value 440745553780011a38b207466e2dae1a
as well as the token_time
value 1495672355
in the array below and have them displayed?
Array
array (size=1)
'token' =>
array (size=4)
0 =>
array (size=2)
'token' => string '04a1dd0991b366fdc4d7d46fcff03cb3' (length=32)
'token_time' => int 1495672339
1 =>
array (size=2)
'token' => string '80d84dc863cbbeaef0c9a448f7865352' (length=32)
'token_time' => int 1495672345
2 =>
array (size=2)
'token' => string '440745553780011a38b207466e2dae1a' (length=32)
'token_time' => int 1495672355
3 =>
array (size=2)
'token' => string '766ac765d2a34e01cd954444d5895208' (length=32)
'token_time' => int 1495672525