Advertisement
Guest User

Is link on windows

a guest
Nov 24th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. var_dump(is_file(D:\www\contao-3.3.5\system\drivers\DC_General.php))
  2.  
  3. boolean false
  4.  
  5. var_dump(is_dir(D:\www\contao-3.3.5\system\drivers\DC_General.php))
  6.  
  7. boolean false
  8.  
  9. var_dump(is_link(D:\www\contao-3.3.5\system\drivers\DC_General.php))
  10.  
  11. boolean false
  12.  
  13. var_dump(readlink(D:\www\contao-3.3.5\system\drivers\DC_General.php))
  14. ( ! ) Warning: readlink(): readlink failed to read the symbolic link (D:\www\contao-3.3.5\system\drivers\DC_General.php), error 3) in D:\www\test.php on line 15
  15. Call Stack
  16. # Time Memory Function Location
  17. 1 0.0030 135040 {main}( ) ..\test.php:0
  18. 2 0.0044 135224 readlink ( ) ..\test.php:15
  19.  
  20. boolean false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement