You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param resource $process The proc_open resource that will
51
51
* be evaluated.
52
-
* @return array An array of collected information on success. The returned array contains the following elements:
52
+
* @return array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int} An array of collected information on success. The returned array contains the following elements:
* This parameter can be also an integer holding a filter constant. Then all values in the
66
66
* input array are filtered by this filter.
67
67
* @param bool $add_empty Add missing keys as NULL to the return value.
68
-
* @return mixed An array containing the values of the requested variables on success. An array value will be FALSE if the filter fails, or NULL if
68
+
* @return array|null An array containing the values of the requested variables on success. An array value will be FALSE if the filter fails, or NULL if
0 commit comments