Z_PARAM_STRING(name, l_name) Z_PARAM_FUNC(fci, fci_cache); ZEND_PARSE_PARAMETERS_END_EX(RETURN_FALSE); process_pool_property *pp = php_swoole_process_pool_get_and_check_pp(ZEND_THIS); if (SW_STRCASEEQ(name, l_name, "WorkerStart")) { if (pp->onWorkerStart) { sw_zen...
[out] Pointer to a buffer which receives the formatted, null-terminated string created frompszFormatandargList. cchDest [in] Size of the destination buffer, incharacters. This value must be sufficiently large to accommodate the final formatted string plus 1 to account for the terminating null c...