PHP 클래스 BrowscapPHP\Helper\IniLoader

저자: Thomas Müller ([email protected])
파일 보기 프로젝트 열기: browscap/browscap-php 1 사용 예제들

공개 메소드들

메소드 설명
getRemoteIniUrl ( ) : string returns the of the remote location for updating the ini file
getRemoteTimeUrl ( ) : string returns the of the remote location for checking the version of the ini file
getRemoteVersionUrl ( ) : string returns the of the remote location for checking the version of the ini file
setRemoteFilename ( string $name = null ) : IniLoader sets the name of the local ini file

메소드 상세

getRemoteIniUrl() 공개 메소드

returns the of the remote location for updating the ini file
public getRemoteIniUrl ( ) : string
리턴 string

getRemoteTimeUrl() 공개 메소드

returns the of the remote location for checking the version of the ini file
public getRemoteTimeUrl ( ) : string
리턴 string

getRemoteVersionUrl() 공개 메소드

returns the of the remote location for checking the version of the ini file
public getRemoteVersionUrl ( ) : string
리턴 string

setRemoteFilename() 공개 메소드

sets the name of the local ini file
public setRemoteFilename ( string $name = null ) : IniLoader
$name string the file name
리턴 IniLoader