Guest User

Untitled

a guest
May 27th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (!function_exists('B'))
  2. {
  3. function B($item)
  4. {
  5. // Do something with $item
  6. // and return result
  7. return $result;
  8. }
  9. }
Add Comment
Please, Sign In to add comment