文件操作 - composite.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/cpanel-php84-log/examples/composite.php
编辑文件内容
<?php require_once 'Log.php'; $console = Log::singleton('console', '', 'TEST'); $file = Log::singleton('file', 'out.log', 'TEST'); $composite = Log::singleton('composite'); $composite->addChild($console); $composite->addChild($file); $composite->log('This event will be logged to both handlers.');
修改文件时间
将文件时间修改为当前时间的前一年
删除文件