芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/lib/Xmds/Soap6.php
. */ namespace Xibo\Xmds; /** * Class Soap6 * @package Xibo\Xmds */ class Soap6 extends Soap5 { /** * Report Player Fault to the CMS * * @param string $serverKey * @param string $hardwareKey * @param string $fault * * @return bool */ public function reportFaults($serverKey, $hardwareKey, $fault): bool { return true; } }