No external libraries are needed to build this extension.
You may want to check the availability before using sockets: <?php public function isSocketAvailable() { return extension_loaded('sockets'); } ?>
Коментарии
You may want to check the availability before using sockets:
<?php
public function isSocketAvailable() {
return extension_loaded('sockets');
}
?>