文件操作 - Currencies.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/vendor/moneyphp/money/src/Currencies.php
编辑文件内容
<?php namespace Money; use Money\Exception\UnknownCurrencyException; /** * Implement this to provide a list of currencies. * * @author Mathias Verraes */ interface Currencies extends \IteratorAggregate { /** * Checks whether a currency is available in the current context. * * @return bool */ public function contains(Currency $currency); /** * Returns the subunit for a currency. * * @return int * * @throws UnknownCurrencyException If currency is not available in the current context */ public function subunitFor(Currency $currency); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件