Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. array ( 0 => array ( 'id' => '617', 'fecha' => '2019-11-02', 'objeto'
  2. => 'SALE', ), 1 => array ( 'id' => '618', 'fecha' => '2019-10-28', 'objeto' => 'ENTRA', ), 2 => array ( 'id' => '621', 'fecha' =>
  3. '2019-08-25', 'objeto' => 'SALE', ), 3 => array ( 'id' => '622',
  4. 'fecha' => '2019-08-12', 'objeto' => 'ENTRA', ), 4 => array ( 'id' =>
  5. '665', 'fecha' => '2019-08-10', 'objeto' => 'SALE', ), )
  6.  
  7. echo $key = array_search("2019-11-02", array_column($lugar,
  8. 'objeto'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement