|
9889 | 9889 | 'rewind' => ['bool', 'fp'=>'resource'],
|
9890 | 9890 | 'rewinddir' => ['null|false', 'dir_handle='=>'resource'],
|
9891 | 9891 | 'rmdir' => ['bool', 'dirname'=>'string', 'context='=>'resource'],
|
9892 |
| -'round' => ['float|false', 'number'=>'float', 'precision='=>'int', 'mode='=>'int'], |
| 9892 | +'round' => ['float|false', 'number'=>'float', 'precision='=>'int', 'mode='=>'1|2|3|4'], |
9893 | 9893 | 'rpm_close' => ['bool', 'rpmr'=>'resource'],
|
9894 | 9894 | 'rpm_get_tag' => ['mixed', 'rpmr'=>'resource', 'tagnum'=>'int'],
|
9895 | 9895 | 'rpm_is_valid' => ['bool', 'filename'=>'string'],
|
|
10107 | 10107 | 'session_reset' => ['bool'],
|
10108 | 10108 | 'session_save_path' => ['string|false', 'newname='=>'string'],
|
10109 | 10109 | 'session_set_cookie_params' => ['bool', 'lifetime'=>'int', 'path='=>'string', 'domain='=>'?string', 'secure='=>'bool', 'httponly='=>'bool'],
|
10110 |
| -'session_set_cookie_params\'1' => ['bool', 'options'=>'array{lifetime?:int,path?:string,domain?:?string,secure?:bool,httponly?:bool}'], |
| 10110 | +'session_set_cookie_params\'1' => ['bool', 'options'=>'array{lifetime?:int,path?:string,domain?:?string,secure?:bool,httponly?:bool,samesite?:string}'], |
10111 | 10111 | 'session_set_save_handler' => ['bool', 'open'=>'callable(string,string):bool', 'close'=>'callable():bool', 'read'=>'callable(string):string', 'write'=>'callable(string,string):bool', 'destroy'=>'callable(string):bool', 'gc'=>'callable(string):bool', 'create_sid='=>'callable():string', 'validate_sid='=>'callable(string):bool', 'update_timestamp='=>'callable(string):bool'],
|
10112 | 10112 | 'session_set_save_handler\'1' => ['bool', 'sessionhandler'=>'SessionHandlerInterface', 'register_shutdown='=>'bool'],
|
10113 | 10113 | 'session_start' => ['bool', 'options='=>'array'],
|
|
0 commit comments