男的舔女的下面视频在线播放-少妇愉情理仑片高潮日本-久久久久久国产一区二区三区-麻豆精品一区二区综合-国产精品超碰在线观看-网红极品女神精品视频在线-国产亚洲综合777-高清性视频一区二区播放-中文字幕第一页亚洲天堂

Discuz! 官方交流社區(qū)

標(biāo)題: 兼容php8代碼 [打印本頁]

作者: 巡山山大王    時間: 2023-2-13 09:58
標(biāo)題: 兼容php8代碼
  1. if ( count( $_GET[ 'attachnew' ] ) > 0 && $this->_hasimg( $_GET[ 'attachnew' ] ) ) {
復(fù)制代碼


要兼容PHP8的話 如下更改 是否合理 請高手指教

  1. if ( (is_array($_GET['attachnew']) && count($_GET['attachnew']) > 0)&& $this->_hasimg($_GET['attachnew']) ){
復(fù)制代碼

作者: 1314學(xué)習(xí)網(wǎng)    時間: 2023-2-13 10:19
  1. if (isset($_GET['attachnew']) && is_array($_GET['attachnew']) && count($_GET['attachnew']) > 0 && $this->_hasimg($_GET['attachnew'])){
復(fù)制代碼





歡迎光臨 Discuz! 官方交流社區(qū) (http://m.sdtechgong.com.cn/) Powered by Discuz! X5.0