PHP 클래스 BrowscapPHP\IniParser\IniParser

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

공개 메소드들

메소드 설명
createIniParts ( string $content ) : Generator Creates new ini part cache files
createPatterns ( string $content ) : Generator Creates new pattern cache files

비공개 메소드들

메소드 설명
compareBcStrings ( string $a, string $b ) : integer

메소드 상세

createIniParts() 공개 메소드

Creates new ini part cache files
public createIniParts ( string $content ) : Generator
$content string
리턴 Generator

createPatterns() 공개 메소드

Creates new pattern cache files
public createPatterns ( string $content ) : Generator
$content string
리턴 Generator