|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-18 08:34 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 15 08:00:02 2026 UTC |
Description: ------------ Chinese file name can't be extracted from the whole directory string Reproduce code: --------------- <? echo basename("/somewhere/你好.dat"); ?> Expected result: ---------------- 你好.dat Actual result: -------------- .dat