PHP 클래스 Amfphp_Core_HttpRequestGatewayFactory, amfphp-2.0

저자: Ariel Sommeria-Klein
파일 보기 프로젝트 열기: silexlabs/amfphp-2.0 1 사용 예제들

공개 메소드들

메소드 설명
createGateway ( Amfphp_Core_Config $config = null ) : Amfphp_Core_Gateway create the gateway.

보호된 메소드들

메소드 설명
getRawPostData ( ) : there seems to be some confusion in the php doc as to where best to get the raw post data from.

메소드 상세

createGateway() 공개 정적인 메소드

content type is recovered by looking at the GET parameter contentType. If it isn't set, it looks in the content headers.
public static createGateway ( Amfphp_Core_Config $config = null ) : Amfphp_Core_Gateway
$config Amfphp_Core_Config optional. If null, the gateway will use the default
리턴 Amfphp_Core_Gateway

getRawPostData() 보호된 정적인 메소드

try $GLOBALS['HTTP_RAW_POST_DATA'] and php://input
protected static getRawPostData ( ) :
리턴