splitlanguagefiles.php
来自「php 开发的内容管理系统」· PHP 代码 · 共 14 行
PHP
14 行
<?php/** * splitLanguageFiles * Should read each of the languages files then split them in several subpart * under ./languages/XX/ according to the arrays in splitLanguageFiles.inc . * * Also need to rewrite the wfMsg system / message-cache. */include('commandLine.inc');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?