PHP Classes

File: ANYEM_CLIENT/anyem.client.api/IClientConnection.php

Recommend this page to a friend!
  Classes of Anis Halayem   Anyem   ANYEM_CLIENT/anyem.client.api/IClientConnection.php   Download  
File: ANYEM_CLIENT/anyem.client.api/IClientConnection.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Anyem
Exchange variable values between PHP servers
Author: By
Last change:
Date: 8 years ago
Size: 334 bytes
 

Contents

Class file image Download
<?php


/**
 *
 * @author Anis.Halayem
 */
interface IClientConnection {
    const
SERVER_ADDRESS = "address" ;
    const
SERVER_PORT = "port" ;
    const
SERVER_MAX_RESOURCE_SERIALIZED_LENGTH = "maxResourceSerializedLength" ;
}