Skip to content

Commit 6a233cb

Browse files
staabmondrejmirtes
authored andcommitted
Bleeding edge - more precise stream_socket_client() signature
1 parent efce882 commit 6a233cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/functionMap_bleedingEdge.php

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
'ftp_nb_get' => ['int', 'stream'=>'resource', 'local_file'=>'string', 'remote_file'=>'string', 'mode'=>'FTP_ASCII|FTP_BINARY', 'resume_pos='=>'int'],
119119
'ftp_nb_put' => ['int|false', 'stream'=>'resource', 'remote_file'=>'string', 'local_file'=>'string', 'mode'=>'FTP_ASCII|FTP_BINARY', 'startpos='=>'int'],
120120
'ftp_put' => ['bool', 'stream'=>'resource', 'remote_file'=>'string', 'local_file'=>'string', 'mode'=>'FTP_ASCII|FTP_BINARY', 'startpos='=>'int'],
121+
'stream_socket_client' => ['resource|false', 'remoteaddress'=>'string', '&w_errcode='=>'int', '&w_errstring='=>'string', 'timeout='=>'float', 'flags='=>'int-mask<STREAM_CLIENT_CONNECT|STREAM_CLIENT_ASYNC_CONNECT|STREAM_CLIENT_PERSISTENT>', 'context='=>'resource'],
121122
],
122123
'old' => [
123124

0 commit comments

Comments
 (0)