|   | 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-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 23:00:01 2025 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