久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

返回列表 發(fā)帖
查看: 1467|回復(fù): 1

[已解決] 兼容php8代碼

16

主題

118

回帖

228

積分

爐火純青

貢獻(xiàn)
8 點(diǎn)
金幣
34 個(gè)
樓主
發(fā)表于 2023-2-13 09:58:51 | 只看樓主 |倒序?yàn)g覽 |閱讀模式
  1. if ( count( $_GET[ 'attachnew' ] ) > 0 && $this->_hasimg( $_GET[ 'attachnew' ] ) ) {
復(fù)制代碼


要兼容PHP8的話 如下更改 是否合理 請(qǐng)高手指教

  1. if ( (is_array($_GET['attachnew']) && count($_GET['attachnew']) > 0)&& $this->_hasimg($_GET['attachnew']) ){
復(fù)制代碼
1 貢獻(xiàn)+5 金幣

最佳答案

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

使用道具 舉報(bào)

17

主題

588

回帖

1852

積分

應(yīng)用開(kāi)發(fā)者

貢獻(xiàn)
66 點(diǎn)
金幣
902 個(gè)
QQ
沙發(fā)
發(fā)表于 2023-2-13 10:19:06 | 只看Ta
  1. if (isset($_GET['attachnew']) && is_array($_GET['attachnew']) && count($_GET['attachnew']) > 0 && $this->_hasimg($_GET['attachnew'])){
復(fù)制代碼
回復(fù)

使用道具 舉報(bào)

本版積分規(guī)則

  • 關(guān)注公眾號(hào)
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機(jī)版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號(hào) |皖公網(wǎng)安備34010302002376號(hào) )|網(wǎng)站地圖|star

GMT+8, 2025-7-2 18:44 , Processed in 0.047259 second(s), 12 queries , Redis On.

Powered by Discuz! W1.0 Licensed

Cpoyright © 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復(fù) 返回頂部 返回列表