Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 227 Bytes

16.1.4 - swoole_errno.md

File metadata and controls

7 lines (6 loc) · 227 Bytes

swoole_errno

获取最近一次系统调用的错误码,等同于C/C++errno变量。

int swoole_errno();

错误码的值与操作系统有关。可使用swoole_strerror将错误转换为错误信息。