Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. $abnormalOrderIds = array_filter($abnormalOrderIds, function ($item) use ($completeOrders) {
  3. return !isset($completeOrders[$item['code']]);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement