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.
例えば
<?php $fail = 1/0; ?>
次の警告がブラウザに表示されます
Warning: Division by zero in C:\myserver\ProjectPhp\index.php on line 2
NetBeans でこの警告を確認したい
出来ますか?そしてどうやって?