Skip to content

Commit 29c440e

Browse files
hirokinoueondrejmirtes
authored andcommitted
Make the url key of metadata returned by stream_get_meta_data() optional.
1 parent 18b6c63 commit 29c440e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12012,7 +12012,7 @@
1201212012
'stream_get_contents' => ['string|false', 'source'=>'resource', 'maxlen='=>'int', 'offset='=>'int'],
1201312013
'stream_get_filters' => ['list<string>'],
1201412014
'stream_get_line' => ['string|false', 'stream'=>'resource', 'maxlen'=>'int', 'ending='=>'string'],
12015-
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri:string,mediatype?:string,base64?:bool}', 'fp'=>'resource'],
12015+
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri?:string,mediatype?:string,base64?:bool}', 'fp'=>'resource'],
1201612016
'stream_get_transports' => ['list<string>'],
1201712017
'stream_get_wrappers' => ['list<string>'],
1201812018
'stream_is_local' => ['bool', 'stream'=>'resource|string'],

0 commit comments

Comments
 (0)