香蕉成人伊视频在线观看|学生小视频国产区|yy女主播啪啪啪视频|麻豆传播媒体APP大全免费版官网|瑜伽牲交AV|国产欧美日韩在线天堂区|白浆精品国产91

Discuz! 官方交流社區

標題: 兼容php8代碼 [打印本頁]

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


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

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

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





歡迎光臨 Discuz! 官方交流社區 (http://m.yu-jie.cn/) Powered by Discuz! X5.0