Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用此代码:
GetTableProp($tbl, $fld=array(), $typ=array(), $def=array());
我在这一行收到一个错误:
严格标准:只能通过引用传递变量
如果您使用的是 php 5.+,您应该定义每个变量的类型。
例如:
function Gettable(int $n) { //the code is here }
如果要禁用服务器中的严格标准,则必须禁用 php.ini 中的错误报告
error_reporting = E_Error