Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla 1.6のJFileと書き込み関数を知っていますが、Joomla 2.5にも同様の関数がありますか?Joomlaのドキュメントには何もありませんでした。
はい-そこにあります。
あなたはそれを見ることができます/libraries/joomla/filesystem/file.php
/libraries/joomla/filesystem/file.php
次のコードスニペットを使用してインポートできます。
jimport( 'joomla.filesystem.file' );