PHP 클래스 Prado\I18N\core\Gettext\TGettext_PO

GNU PO file reader and writer.
저자: Michael Wallner ([email protected])
상속: extends TGettext
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $file = '' ) : object Constructor
load ( string $file = null ) : mixed Load PO file
save ( string $file = null ) : mixed Save PO file

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $file = '' ) : object
리턴 object File_Gettext_PO

load() 공개 메소드

Load PO file
public load ( string $file = null ) : mixed
$file string
리턴 mixed Returns true on success or PEAR_Error on failure.

save() 공개 메소드

Save PO file
public save ( string $file = null ) : mixed
$file string
리턴 mixed Returns true on success or PEAR_Error on failure.