Skip to content

Instantly share code, notes, and snippets.

@kocsismate
Last active November 26, 2023 21:18
Show Gist options
  • Save kocsismate/25d7f3c75a82e00a80079ae8b02c8e13 to your computer and use it in GitHub Desktop.
Save kocsismate/25d7f3c75a82e00a80079ae8b02c8e13 to your computer and use it in GitHub Desktop.
stream_socket_client()
Found Occurrences in Directory ./popular-package-analysis/sources with mask '*.php' (13 usages found)
Unclassified (13 usages found)
popular-package-analysis (13 usages found)
sources/cakephp/cakephp/src/Network (1 usage found)
Socket.php (1 usage found)
209 $resource = stream_socket_client(
sources/fluent/logger/src (1 usage found)
FluentLogger.php (1 usage found)
321 $socket = @stream_socket_client($this->transport, $errno, $errstr,
sources/graylog2/gelf-php/src/Gelf/Transport (1 usage found)
StreamSocketClient.php (1 usage found)
66 $socket = @stream_socket_client(
sources/hollodotme/fast-cgi-client/src/Sockets (1 usage found)
Socket.php (1 usage found)
272 $resource = @stream_socket_client(
sources2/influxdb/influxdb-php/src/InfluxDB/Driver (1 usage found)
UDP.php (1 usage found)
99 $this->stream = @stream_socket_client($host);
sources2/laminas/laminas-http/src/Client/Adapter (1 usage found)
Socket.php (1 usage found)
323 $this->socket = stream_socket_client(
sources2/laminas/laminas-mail/src/Protocol (1 usage found)
AbstractProtocol.php (1 usage found)
225 $this->socket = stream_socket_client($remote, $errorNum, $errorStr, self::TIMEOUT_CONNECTION);
sources/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO (1 usage found)
StreamIO.php (1 usage found)
98 $this->sock = stream_socket_client(
sources/phpmailer/phpmailer/src (1 usage found)
SMTP.php (1 usage found)
396 $connection = stream_socket_client(
sources/predis/predis/src/Connection (1 usage found)
StreamConnection.php (1 usage found)
108 if (!$resource = @stream_socket_client($address, $errno, $errstr, $timeout, $flags, $context)) {
sources/react/socket/src (1 usage found)
TcpConnector.php (1 usage found)
83 $stream = @\stream_socket_client(
sources/roots/wordpress-no-content/wp-includes/Requests/src/Transport (1 usage found)
Fsockopen.php (1 usage found)
165 $socket = stream_socket_client($remote_socket, $errno, $errstr, ceil($options['connect_timeout']), STREAM_CLIENT_CONNECT, $context);
sources/studio-42/elfinder/php (1 usage found)
elFinder.class.php (1 usage found)
5008 if (!($stream = stream_socket_client($transport . '://' . $url['host'] . ':' . $url['port']))) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment