update : 2015.11.03
php.shukuma.com검색:
|
stream_socket_enable_crypto(PHP 5 >= 5.1.0) stream_socket_enable_crypto — Turns encryption on/off on an already connected socket 설명
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 인수
반환값
Returns 변경점
예제
Example #1 stream_socket_enable_crypto() example
<?php 위 예제의 출력 예시: |