php readdir problem with japanese language file name

后端 未结 6 1646
野性不改
野性不改 2020-11-29 13:55

I have the following code



        
6条回答
  •  难免孤独
    2020-11-29 14:10

    You missed two other references to the $file variable, mate, but that's for the better as I think I may've discovered a slightly more efficient method; give this a try:

    \n";
            }
        }
        closedir($handle);
    }
    ?>
    

提交回复
热议问题