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.
有时 jpgraph 无法创建图形,在 NULL 值的情况下。
在这种情况下如何显示一些自定义错误消息?像“未找到结果”或类似的东西。
先感谢您!
if($instanceofjpgraph === null){ echo "some error"; }