OO
如果跟我一樣在張貼文章時,發生了以下錯誤:
開啟:
在Line 52
改成↓👇👇👇
參考網址:Fix PHP 7.2 warning
如果跟我一樣在張貼文章時,發生了以下錯誤:
Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\flarum\vendor\flarum\core\src\Core\Post\RegisteredTypesScope.php on line 52
\vendor\flarum\core\src\Core\Post\RegisteredTypesScope.php
在Line 52
$this->whereIndex = count($query->wheres);
改成↓👇👇👇
$this->whereIndex = count($query->wheres ?: []);
參考網址:Fix PHP 7.2 warning
Insert XML Data to MySQL Table using Python
回覆刪除Factorial Program in Python
Django Simple File Upload
How to convert MySQL query result to JSON in Python
Login with LinkedIn in PHP
PHP IMAP
Python Matplotlib Bar Plot