SoapServer::setObject

(PHP 5 >= 5.2.0, PHP 7)

SoapServer::setObjectSets the object which will be used to handle SOAP requests

说明

public SoapServer::setObject ( object $object ) : void

This sets a specific object as the handler for SOAP requests, rather than just a class as in SoapServer::setClass().

参数

object

The object to handle the requests.

返回值

没有返回值。

参见

相关文章
php eventhttp sets default callback to handle requests that are not caught by specific callbacksphp gettext 函数 specify the character encoding in which the messages from the domain message catalog will be returnedphp mcve 函数 returns array of strings which represents the keys that can be used for response parameters on this transactionphp runkit 函数 determines if the current functions return value will be usedphp gmagickdraw sets the fill color to be used for drawing filled objectsphp gmagickdraw sets the width of the stroke used to draw object outlinesphp imagickdraw sets the fill color to be used for drawing filled objectsphp imagickdraw sets the color used for stroking object outlinesphp imagickdraw sets the pattern used for stroking object outlinesphp imagickdraw sets the width of the stroke used to draw object outlinesphp mongocursor sets whether this cursor will be left open after fetching the last resultsphp soapserver sets the class which handles soap requestsphp soapserver sets the object which will be used to handle soap requestsphp solrquery returns the maximum word length above which words will be ignoredphp solrquery returns the treshold frequency at which words will be ignored which do not occur in at least this many docsphp solrquery returns the frequency below which terms will be ignored in the source documentphp solrquery returns the minimum word length below which words will be ignoredphp solrquery sets the frequency below which terms will be ignored in the source docsphp swoole mmap map a file into memory and return the stream resource which can be used by php stream operations.php zookeeper sets the stream to be used by the library for logging
关注编程学问公众号