Advertisement
tomkraw1

is_link on Wamp 2

Jul 28th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. Case 1 Contents of directory D:/wamp/www/www.khwilki.local/ - using OS command dir
  2.  
  3. array (size=26)
  4. 0 => string ' Wolumin w stacji D to DE' (length=25)
  5. 1 => string ' Numer seryjny woluminu: 5842-AF54' (length=34)
  6. 2 => string '' (length=0)
  7. 3 => string ' Katalog: D:\wamp\www\www.khwilki.local' (length=39)
  8. 4 => string '' (length=0)
  9. 5 => string '2015-07-26 09:23 <DIR> .' (length=37)
  10. 6 => string '2015-07-26 09:23 <DIR> ..' (length=38)
  11. 7 => string '2015-05-23 20:55 <DIR> _backup' (length=43)
  12. 8 => string '2015-05-23 20:55 <DIR> _logi' (length=41)
  13. 9 => string '2015-07-26 09:23 <DIR> fileadmin' (length=45)
  14. 10 => string '2015-07-26 08:39 <SYMLINKD> typo3 [typo3_src\typo3]' (length=59)
  15. 11 => string '2015-07-26 08:39 <SYMLINKD> typo3_src [..\typo3_src-6.2.14]' (length=67)
  16. 12 => string '2015-07-28 09:24 <DIR> typo3conf' (length=45)
  17. 13 => string '2015-07-28 09:27 <DIR> typo3temp' (length=45)
  18. 14 => string '2015-07-28 08:45 <DIR> uploads' (length=43)
  19. 15 => string '2015-05-24 10:12 5˙199 .htaccess' (length=45)
  20. 16 => string '2015-04-14 20:03 113 index.html' (length=46)
  21. 17 => string '2015-07-26 08:39 <SYMLINK> index.php [typo3_src\index.php]' (length=67)
  22. 18 => string '2015-05-23 18:40 19 pi.php' (length=42)
  23. 19 => string '2015-07-28 10:40 710 info.txt' (length=44)
  24. 20 => string '2015-06-06 11:03 40 pl_utf8.txt' (length=47)
  25. 21 => string '2015-06-21 19:48 28 robots.txt' (length=46)
  26. 22 => string '2015-05-15 19:50 3˙845˙957 t3_hkwilki.sql.zip' (length=54)
  27. 23 => string '2015-05-15 19:30 51˙253˙391 www.khwilki.local.zip' (length=57)
  28. 24 => string ' 9 plik(˘w) 55˙105˙457 bajt˘w' (length=51)
  29. 25 => string ' 10 katalog(˘w) 385˙952˙788˙480 bajt˘w wolnych' (length=60)
  30.  
  31. Case 2 Contents of directory D:/wamp/www/www.khwilki.local/ - using readdir()
  32.  
  33. Directory handle: Resource id #4
  34. Entries:
  35. Dir: .
  36. Dir: ..
  37. File: .htaccess
  38. Dir: fileadmin
  39. File: index.html
  40. File: index.php
  41. File: info.txt
  42. File: pi.php
  43. File: pl_utf8.txt
  44. File: robots.txt
  45. File: t3_hkwilki.sql.zip
  46. Dir: typo3
  47. Dir: typo3conf
  48. Dir: typo3temp
  49. Dir: typo3_src
  50. Dir: uploads
  51. File: www.khwilki.local.zip
  52. Dir: _backup
  53. Dir: _logi
  54.  
  55. Case 3 Contents of directory D:/wamp/www/www.khwilki.local/ - using DirectoryIterator
  56.  
  57. File: .htaccess
  58. Dir: fileadmin
  59. File: index.html
  60. File: index.php
  61. File: info.txt
  62. File: pi.php
  63. File: pl_utf8.txt
  64. File: robots.txt
  65. File: t3_hkwilki.sql.zip
  66. Dir: typo3
  67. Dir: typo3conf
  68. Dir: typo3temp
  69. Dir: typo3_src
  70. Dir: uploads
  71. File: www.khwilki.local.zip
  72. Dir: _backup
  73. Dir: _logi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement