PHP Classes

File: examples/example1.php

Recommend this page to a friend!
  Classes of Thomas Björk   PHP Background Service Caller   examples/example1.php   Download  
File: examples/example1.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Background Service Caller
Call background services running on socket servers
Author: By
Last change: Update of examples/example1.php
Date: 2 months ago
Size: 228 bytes
 

Contents

Class file image Download
<?php
include_once('../bgcaller.php');
BackgroundServiceCaller::AssignIni('./example.ini');
header('Content-Type: application/javascript');
echo
BackgroundServiceCaller::TCPCall('coffee', file_get_contents('./example1.coffee'));