Guest User

Untitled

a guest
Jul 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Array
  2. (
  3. [0] =>
  4.  
  5. 1.
  6.  
  7. Иванов Иван Иванович
  8.  
  9.  
  10.  
  11. [1] =>
  12.  
  13. 2.
  14.  
  15. Иванова Иванна Ивановна
  16.  
  17.  
  18.  
  19. )
  20.  
  21. $data = array_map('trim', $data['Manager']);
  22.  
  23. $data = array_map(function($v) { return preg_replace('/ss+/', ' ', $v); }, $data);
Add Comment
Please, Sign In to add comment