is_dir() 包含非英文字符

发布于 2024-10-15 23:53:18 字数 93 浏览 3 评论 0原文

在 php 中,is_dir() 函数会忽略包含非英文字符的目录。 IE。 is_dir("C:\ekşi") 根据函数不是目录,但它是。对于这种情况有什么解决办法吗?谢谢

In php, is_dir() function omits directories which contains non-english characters. ie. is_dir("C:\ekşi") is not directory according to the function but it is. Is there any solutions to this case? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心作怪 2024-10-22 23:53:18

可悲的是,这不是错误。直到 PHP 6,unicode 字符集才支持此类操作。

参考:http://www.php.net/manual/en/function .scandir.php#96140

Sadly, this is no bug. Until PHP 6, no unicode caharcter support for this kind of operations.

Reference: http://www.php.net/manual/en/function.scandir.php#96140

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文