OAuth::setCAPath

(PECL OAuth >= 0.99.8)

OAuth::setCAPathSet CA path and info

설명

public mixed OAuth::setCAPath ([ string $ca_path [, string $ca_info ]] )

Sets the Certificate Authority (CA), both for path and info.

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

ca_path

The CA Path being set.

ca_info

The CA Info being set.

반환값

Returns TRUE on success, or FALSE if either ca_path or ca_info are considered invalid.

변경점

버전 설명
1.0.0 이전에는 실패시 FALSE가 아닌 NULL을 반환했습니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top