久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區(qū)
標(biāo)題:
兼容php8代碼
[打印本頁(yè)]
作者:
巡山山大王
時(shí)間:
2023-2-13 09:58
標(biāo)題:
兼容php8代碼
if ( count( $_GET[ 'attachnew' ] ) > 0 && $this->_hasimg( $_GET[ 'attachnew' ] ) ) {
復(fù)制代碼
要兼容PHP8的話(huà) 如下更改 是否合理 請(qǐng)高手指教
if ( (is_array($_GET['attachnew']) && count($_GET['attachnew']) > 0)&& $this->_hasimg($_GET['attachnew']) ){
復(fù)制代碼
作者:
1314學(xué)習(xí)網(wǎng)
時(shí)間:
2023-2-13 10:19
if (isset($_GET['attachnew']) && is_array($_GET['attachnew']) && count($_GET['attachnew']) > 0 && $this->_hasimg($_GET['attachnew'])){
復(fù)制代碼
歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/)
Powered by Discuz! W1.0