PHP - Get specific key and its value in an array -
this question has answer here:
- how array key value? 5 answers
- find array value using key 2 answers
how can specific key
in array
. me value.
sample code output in print_r
.
array ( [0] => array ( [timestamp] => thu, 2 mar 2017 10:41:22 [ani] => 6616706413 [ani state] => ca [disposition] => 290 - scheduled [notes] => received letter wife called in make appointment. scheduled him may 2nd @ 10:45am in sherman oaks, provided address , number call directions. thank you! [call id] => 856217 [dnis] => 8882900004 [call survey result] => [customer name] => louie lopez [recordings] => [talk time] => 00:06:30 [after call work time] => 00:02:07 [number1] => 6616706413 [first_name] => louie [last_name] => lopez [1. how did hear us?] => [worksheet id] => ) [1] => array ( [timestamp] => thu, 2 mar 2017 11:02:37 [ani] => 9517227626 [ani state] => ca [disposition] => 290 - waitlist [notes] => calling schedule via flyer rec'd. information auto populated took message confirm before scheduling. can reach him @ 9517227626 [call id] => 856311 [dnis] => 8882900004 [call survey result] => [customer name] => donald elvert scott [recordings] => [talk time] => 00:01:35 [after call work time] => 00:00:29 [number1] => 9519407401 [first_name] => donald elvert [last_name] => scott [1. how did hear us?] => [worksheet id] => )
i want timestamp
key
on above code.
Comments
Post a Comment