Working with Japanese filenames in PHP 5.3 and Windows Vista?

前端 未结 5 1037
名媛妹妹
名媛妹妹 2020-12-06 09:00

I\'m currently trying to write a simple script that looks in a folder, and returns a list of all the file names in an RSS feed. However I\'ve hit a major wall... Whenever I

5条回答
  •  無奈伤痛
    2020-12-06 09:17

    You can do it in PHP. Write a small C program to read directories and call that program from PHP.

    See also: http://en.literateprograms.org/Directory_listing_(C,_Windows) http://www.daniweb.com/forums/thread74944.html http://forums.devshed.com/c-programming-42/reading-a-directory-in-windows-36169.html

提交回复
热议问题