Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $hosts = array('172.10.1.1', '172.10.1.2');
  3. $m = new File_Mogile($hosts, 'profiles');
  4. $m->storeFile('user1234', 'image', '/tmp/image1234.jpg');
  5.  
  6. ...
  7.  
  8. $paths = $m->getPaths('user1234');
Add Comment
Please, Sign In to add comment