Guest User

Untitled

a guest
Sep 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. protected function filejson($product_id, $account_id) {
  2. $file = array($account_id);
  3.  
  4. $json = fopen("/json/" . $product_id . ".json", "w");
  5. fwrite($json, json_encode($file));
  6. fclose($json);
  7. }
  8.  
  9. Classex::filejson($product_id, $this->getAccount_id());
Add Comment
Please, Sign In to add comment