Advertisement
nenhumdeucerto

Untitled

Apr 2nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. function converterParaDB($data) {
  3. return implode('-',array_reverse(explode('/',$data)));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement