Advertisement
dginz

Untitled

Jun 6th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. Before:
  2. array(2) {
  3.   [0]=>
  4.   resource(1169) of type (process)
  5.   [1]=>
  6.   resource(1175) of type (process)
  7. }
  8.  
  9.  
  10. After:
  11. array(2) {
  12.   [0]=>
  13.   int(0)
  14.   [1]=>
  15.   int(0)
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement