Opening RTC


To open RTC, pid_open function is required.

<?php
$pid = pid_open("/mmap/rtc0");        // open RTC
?>

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