Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Flitch
Version
PHP 클래스 Flitch\Version
파일 보기
프로젝트 열기: dasprid/flitch
1 사용 예제들
공개 메소드들
메소드
설명
getVersion
(
string
$part
= null,
boolean
$fromBeginning
= false ) :
string
Get the version
메소드 상세
getVersion()
공개
정적인
메소드
If $part is null, the entire version is returned. If it is a string, the version part is returned. If a part is given and $fromBeginning is set to true, the version is returned from the beginning to the named part.
public
static
getVersion
(
string
$part
= null,
boolean
$fromBeginning
= false ) :
string
$part
string
$fromBeginning
boolean
리턴
string