|
3638 | 3638 | 'grapheme_extract' => ['string|false', 'str'=>'string', 'size'=>'int', 'extract_type='=>'int', 'start='=>'int', '&w_next='=>'int'],
|
3639 | 3639 | 'grapheme_stripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
3640 | 3640 | 'grapheme_stristr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool'],
|
3641 |
| -'grapheme_strlen' => ['int|false', 'str'=>'string'], |
| 3641 | +'grapheme_strlen' => ['0|positive-int|false', 'str'=>'string'], |
3642 | 3642 | 'grapheme_strpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
3643 | 3643 | 'grapheme_strripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
3644 | 3644 | 'grapheme_strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
|
4448 | 4448 | 'iconv_mime_decode_headers' => ['array|false', 'headers'=>'string', 'mode='=>'int', 'charset='=>'string'],
|
4449 | 4449 | 'iconv_mime_encode' => ['string|false', 'field_name'=>'string', 'field_value'=>'string', 'preference='=>'array'],
|
4450 | 4450 | 'iconv_set_encoding' => ['bool', 'type'=>'string', 'charset'=>'string'],
|
4451 |
| -'iconv_strlen' => ['int|false', 'str'=>'string', 'charset='=>'string'], |
| 4451 | +'iconv_strlen' => ['0|positive-int|false', 'str'=>'string', 'charset='=>'string'], |
4452 | 4452 | 'iconv_strpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'charset='=>'string'],
|
4453 | 4453 | 'iconv_strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'charset='=>'string'],
|
4454 | 4454 | 'iconv_substr' => ['string|false', 'str'=>'string', 'offset'=>'int', 'length='=>'int', 'charset='=>'string'],
|
|
9395 | 9395 | 'Redis::sRem' => ['int', 'key'=>'string', 'member1'=>'string', '...other_members='=>'string'],
|
9396 | 9396 | 'Redis::sRemove' => ['int', 'key'=>'string', 'member1'=>'string', '...other_members='=>'string'],
|
9397 | 9397 | 'Redis::sScan' => ['array|bool', 'key'=>'string', '&iterator'=>'int', 'pattern='=>'string', 'count='=>'int'],
|
9398 |
| -'Redis::strLen' => ['int', 'key'=>'string'], |
| 9398 | +'Redis::strLen' => ['0|positive-int', 'key'=>'string'], |
9399 | 9399 | 'Redis::subscribe' => ['mixed|null', 'channels'=>'array', 'callback'=>'string|array'],
|
9400 | 9400 | 'Redis::substr' => ['', 'key'=>'string', 'start'=>'int', 'end'=>'int'],
|
9401 | 9401 | 'Redis::sUnion' => ['array', 'key'=>'string', '...other_keys='=>'string'],
|
|
9585 | 9585 | 'RedisCluster::sRandMember' => ['array|string', 'key'=>'string', 'count='=>'int'],
|
9586 | 9586 | 'RedisCluster::sRem' => ['int', 'key'=>'string', 'member1'=>'string', '...other_members='=>'string'],
|
9587 | 9587 | 'RedisCluster::sScan' => ['array', 'key'=>'string', '&iterator'=>'int', 'pattern='=>'null', 'count='=>'int'],
|
9588 |
| -'RedisCluster::strlen' => ['int', 'key'=>'string'], |
| 9588 | +'RedisCluster::strlen' => ['0|positive-int', 'key'=>'string'], |
9589 | 9589 | 'RedisCluster::subscribe' => ['mixed', 'channels'=>'array', 'callback'=>'string'],
|
9590 | 9590 | 'RedisCluster::sUnion' => ['array', 'key1'=>'string', '...other_keys='=>'string'],
|
9591 | 9591 | 'RedisCluster::sUnionStore' => ['int', 'dstKey'=>'string', 'key1'=>'string', '...other_keys='=>'string'],
|
|
0 commit comments