|
78 | 78 | 'PhpToken::is' => ['bool', 'kind'=>'string|int|string[]|int[]'],
|
79 | 79 | 'PhpToken::isIgnorable' => ['bool'],
|
80 | 80 | 'PhpToken::getTokenName' => ['string'],
|
| 81 | + 'proc_get_status' => ['array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int}', 'process'=>'resource'], |
81 | 82 | 'socket_addrinfo_lookup' => ['AddressInfo[]', 'node'=>'string', 'service='=>'mixed', 'hints='=>'array'],
|
82 | 83 | 'sodium_crypto_aead_chacha20poly1305_ietf_decrypt' => ['string|false', 'confidential_message'=>'string', 'public_message'=>'string', 'nonce'=>'string', 'key'=>'string'],
|
83 | 84 | 'str_contains' => ['bool', 'haystack'=>'string', 'needle'=>'string'],
|
|
199 | 200 | 'parse_str' => ['void', 'encoded_string'=>'string', '&w_result='=>'array'],
|
200 | 201 | 'password_hash' => ['string|false|null', 'password'=>'string', 'algo'=>'?string|?int', 'options='=>'array'],
|
201 | 202 | 'png2wbmp' => ['bool', 'pngname'=>'string', 'wbmpname'=>'string', 'dest_height'=>'int', 'dest_width'=>'int', 'threshold'=>'int'],
|
| 203 | + 'proc_get_status' => ['array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int}|false', 'process'=>'resource'], |
202 | 204 | 'read_exif_data' => ['array', 'filename'=>'string', 'sections_needed='=>'string', 'sub_arrays='=>'bool', 'read_thumbnail='=>'bool'],
|
203 | 205 | 'sodium_crypto_aead_chacha20poly1305_ietf_decrypt' => ['?string|?false', 'confidential_message'=>'string', 'public_message'=>'string', 'nonce'=>'string', 'key'=>'string'],
|
204 | 206 | 'SplFileObject::fgetss' => ['string|false', 'allowable_tags='=>'string'],
|
|
0 commit comments