15,017
edits
m (→避免的 coding 習慣) |
|||
| Line 188: | Line 188: | ||
== troubleshooting steps of function == | == troubleshooting steps of function == | ||
Check the error logs | |||
* [http://php.net/manual/en/function.error-reporting.php PHP: error_reporting - Manual] | |||
* [https://www.jetbrains.com/help/phpstorm/event-log-tool-window.html Event Log - Help | PhpStorm] | |||
Simply the question | |||
* Is the [http://php.net/manual/en/function.function-exists.php function_exists]? | * Is the [http://php.net/manual/en/function.function-exists.php function_exists]? | ||
** Extension dependency? Install the extension you need. | ** Extension dependency? Install the extension you need. | ||