【发布时间】:2019-04-23 09:08:04
【问题描述】:
function thisOr($this, $or=' '){
return ($this!='' ? $this : $or);
}
这是这行代码和它的说法
致命错误:不能使用 $this 作为参数 /home/public/alumni_database/admin/incFunctions.php 在第 436 行
【问题讨论】:
-
你不能使用
$this,它是一个保留的变量名。 -
你不能使用
$this。请参考answer -
问题未解决...请使用编辑上述语法让我准确了解您要说的内容
标签: php