在許可證遠程檢查完成時執行
參數
變量 | 類型 | 注意 |
---|---|---|
licenseid | int | |
serviceid | int | |
xmlresponse | string | 當前的 XML 響應 |
響應
返回與響應一起返回的附加項的鍵值對。
示例代碼
<?php
add_hook('LicensingAddonVerify', 1, function($vars) {
return [
'myExtraVariable' => 'Yes',
'myOtherVariable' => 'Sure',
];
});
相關用法
- PHP WHMCS LicensingAddonReissue用法及代碼示例
- PHP WHMCS ListOAuthCredentials用法及代碼示例
- PHP WHMCS LinkTracker用法及代碼示例
- PHP WHMCS LogActivity用法及代碼示例
- PHP WHMCS LogTransaction用法及代碼示例
- PHP WHMCS ClientAreaPageDownloads用法及代碼示例
- PHP Ds\Map isEmpty()用法及代碼示例
- PHP PHPUnit assertIsNotFloat()用法及代碼示例
- PHP disk_total_space()用法及代碼示例
- PHP ReflectionClass getTraitAliases()用法及代碼示例
- PHP hash_hmac()用法及代碼示例
- PHP String wordwrap()用法及代碼示例
- PHP XMLWriter endPi()用法及代碼示例
- PHP SimpleXMLElement children()用法及代碼示例
- PHP IntlCalendar getTimeZone()用法及代碼示例
- PHP SplPriorityQueue isCorrupted()用法及代碼示例
- PHP XMLReader::getParserProperty()用法及代碼示例
- PHP imagegif()用法及代碼示例
- PHP imageresolution()用法及代碼示例
- PHP array_reverse()用法及代碼示例
- PHP IntlCalendar getActualMinimum()用法及代碼示例
- PHP WHMCS DomainGetWhoisInfo用法及代碼示例
- PHP metaphone()用法及代碼示例
- PHP WHMCS ClientAreaHeaderOutput用法及代碼示例
- PHP imagebmp()用法及代碼示例
注:本文由純淨天空篩選整理自whmcs.com大神的英文原創作品 LicensingAddonVerify。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。