|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-30 01:55 UTC] andi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 04:00:01 2025 UTC |
echo dirname(realpath("f:/dir 790/asdf/")); this prints out "f:\dir 790" and when you do dirname() on this again, well, ... the problem is that realpath doesn't return the trailing slash so everything else treats asdf as a file fab