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.
文件相关函数在失败时是否会引发异常或仅返回 false。因为即使我在 try-catch 中使用它,如果 fopen/fwrite 根本不抛出它,捕获异常也没有任何意义……</p>
返回值
成功时返回文件指针资源,错误时返回 FALSE。
错误/异常
如果打开失败,则会产生 E_WARNING 级别的错误。您可以使用 @ 来抑制此警告。
检查文档。如果你愿意,你可以抛出自定义异常。