文件操作 - ControlSymbol.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/roundcube-1.6.4/vendor/roundcube/rtf-html-php/src/ControlSymbol.php
编辑文件内容
<?php namespace RtfHtmlPhp; class ControlSymbol extends Element { public $symbol; public $parameter = 0; /** * Returns string representation of the object for debug purposes * * @param int $level Indentation level * * @return string */ public function toString($level) { return str_repeat(" ", $level) . "SYMBOL {$this->symbol} ({$this->parameter})\n"; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件