📖 基础函数\Co\sleep本页总览\Co\sleepAPI namespace Co;function sleep(int $second): void; 参数说明 参数类型说明$secondint睡眠时间,单位秒,支持小数精度为0.1秒 返回值 无返回值 概述