<?php /** * * @author Anis.Halayem */ interface IClientConnection { const SERVER_ADDRESS = "address" ; const SERVER_PORT = "port" ; const SERVER_MAX_RESOURCE_SERIALIZED_LENGTH = "maxResourceSerializedLength" ; }
info at phpclasses dot org