update : 2015.11.03
php.shukuma.com검색:
|
SoapServer::getFunctions(PHP 5 >= 5.0.1) SoapServer::getFunctions — Returns list of defined functions 설명
public array SoapServer::getFunctions
( void
)
Returns a list of the defined functions in the SoapServer object. This method returns the list of all functions added by SoapServer::addFunction() or SoapServer::setClass(). 인수이 함수는 인수가 없습니다. 반환값An array of the defined functions. 예제
Example #1 SoapServer::getFunctions() example
<?php 참고
|