PHP Classes

File: examples/lookupd/test-lookup.php

Recommend this page to a friend!
  Classes of Andy Pieters   PHP Systemd Daemon Notify   examples/lookupd/test-lookup.php   Download  
File: examples/lookupd/test-lookup.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Systemd Daemon Notify
Interact with Systemd Notification Deamon
Author: By
Last change:
Date: 6 years ago
Size: 91 bytes
 

Contents

Class file image Download
<?php

   
if($c=fsockopen('localhost',7777)) {

        echo
stream_get_contents($c).PHP_EOL;
    }
?>