Opening TCP


To open a TCP session, pid_open function is required.

<?php
$pid = pid_open("/mmap/tcp0");          // open TCP 0
?>

※ Refer to Appendix for detailed TCP information depending on the types of products.