ホームページ >バックエンド開発 >PHPチュートリアル >pathinfo读取不到中文的有关问题
pathinfo读取不到中文的问题
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$pathinfo=pathinfo($file_name);$file_basename=$pathinfo["basename"];