PHP » GoLang |
login |
register |
about
|
GoLang stream_socket_enable_crypto
request it (347)
GoLang replacement for PHP's stream_socket_enable_crypto
[edit | history]
PHP stream_socket_enable_cryptoPHP original manual for stream_socket_enable_crypto [ show | php.net ]stream_socket_enable_crypto(PHP 5 >= 5.1.0, PHP 7) stream_socket_enable_crypto — Turns encryption on/off on an already connected socket Description
mixed stream_socket_enable_crypto
( resource
$stream
, bool $enable
[, int $crypto_type
[, resource $session_stream
]] )Enable or disable encryption on the stream.
Once the crypto settings are established, cryptography can be turned
on and off dynamically by passing Parameters
Return Values
Returns Changelog
Examples
Example #1 stream_socket_enable_crypto() example
<?php The above example will output something similar to: |
more
Recently updated
more
Most requested
more
Last requests
|