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.
NULL値の場合、jpgraphがグラフを作成できないことがあります。
その場合、どうすればカスタムエラーメッセージを表示できますか?「結果が見つかりません」など。
前もって感謝します!
if($instanceofjpgraph === null){ echo "some error"; }