Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. charly@Victoria> php test.php ~
  2. var tasoeur=['Pictures/269581_2249948327213_1203372169_2724067_707101_n.jpg','Pictures/Bibliothèque Photo Booth','Pictures/IMG_0166.JPG','Pictures/IMG_0167.JPG','Pictures/IMG_0168.JPG','Pictures/IMG_0169.JPG','Pictures/IMG_0170.JPG','Pictures/P1100757.JPG','Pictures/iChat Icons','Pictures/iPod Photo Cache','Pictures/krilin.jpg','Pictures/victoria.jpg'];
  3. charly@Victoria> cat test.php ~
  4. <?php
  5. $arr=glob('Pictures/*');
  6. ?>
  7. var tasoeur=[<?php print implode(',',array_map(function($a){ return '\''.$a.'\''; },$arr)); ?>];
  8. charly@Victoria>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement