PHP 인터페이스 PAGI\CallSpool\ICallSpool

PHP Version 5
저자: Marcelo Gornstein ([email protected])
파일 보기 프로젝트 열기: marcelog/pagi

공개 메소드들

메소드 설명
spool ( CallFile $call, integer $schedule = null ) : void Spools the given call.

메소드 상세

spool() 공개 메소드

Spools the given call.
public spool ( CallFile $call, integer $schedule = null ) : void
$call CallFile Call to spool.
$schedule integer Optional unix timestamp to schedule the call.
리턴 void