Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Deployment
Helpers
PHP 클래스 Deployment\Helpers
파일 보기
프로젝트 열기: dg/ftp-deployment
공개 메소드들
메소드
설명
fetchUrl
(
$url
, &
$error
,
array
$postData
= NULL ) :
string
Processes HTTP request.
hashFile
(
$file
) :
string
Computes hash.
matchMask
(
$path
,
array
$patterns
,
$isDir
= FALSE ) :
boolean
Matches filename against patterns.
메소드 상세
fetchUrl()
공개
정적인
메소드
Processes HTTP request.
public
static
fetchUrl
(
$url
, &
$error
,
array
$postData
= NULL ) :
string
$postData
array
리턴
string
hashFile()
공개
정적인
메소드
Computes hash.
public
static
hashFile
(
$file
) :
string
리턴
string
matchMask()
공개
정적인
메소드
Matches filename against patterns.
public
static
matchMask
(
$path
,
array
$patterns
,
$isDir
= FALSE ) :
boolean
$patterns
array
리턴
boolean