Skip to content

Instantly share code, notes, and snippets.

@kocsismate
Last active November 26, 2023 21:22
Show Gist options
  • Save kocsismate/e0fb282546672939941670712f22e4bf to your computer and use it in GitHub Desktop.
Save kocsismate/e0fb282546672939941670712f22e4bf to your computer and use it in GitHub Desktop.
pfsockopen()
Found Occurrences in Directory ./popular-package-analysis/sources with mask '*.php' (3 usages found)
Unclassified (3 usages found)
popular-package-analysis (3 usages found)
sources/domnikl/statsd/src/Connection (1 usage found)
UdpSocket.php (1 usage found)
72 $this->socket = @pfsockopen($url, $port, $errorNumber, $errorMessage, $timeout);
sources/mixpanel/mixpanel-php/lib/ConsumerStrategies (1 usage found)
SocketConsumer.php (1 usage found)
160 $socket = pfsockopen($this->_protocol . "://" . $this->_host, $this->_port, $err_no, $err_msg, $this->_connect_timeout);
sources/packaged/thrift/src/Transport (1 usage found)
TSocket.php (1 usage found)
226 $this->handle_ = @pfsockopen(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment