getKeepAlive() 공개 메소드

public getKeepAlive ( ) : boolean
리턴 boolean
예제 #1
0
 public function testOptionDefaults()
 {
     $options = new SoapOptions();
     self::assertSame([], $options->getParameters());
     self::assertNull($options->getVersion());
     self::assertNull($options->getCompression());
     self::assertNull($options->getKeepAlive());
 }