Opening UDP


To open UDP, pid_open function is required.

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

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