more specifically, you can find the pecl extension here:
http://pecl.php.net/package/yp
Only the download though. As of posting no documentation lives there.
CXXV. YP/NIS 관련 함수
NIS (이전에는 옐로우 페이지(Yellow Pages)라고 불려졌습니다)는 중요한 관리자용 파일(예를 들면 패스워드 파일같은)을 네트워크 관리가 가능하도록 합니다. 더 이상의 정보는 NIS의 man 페이지와 Introduction to YP/NIS 에 좀 더 참조할 만한 정보가 있습니다. 또 Managing NFS and NIS라고 부르는 Hal Stern의 책도 있습니다.
이 함수가 동작하도록 하고 싶다면 PHP를 --with-yp(PHP 3)이나 --enable-yp(PHP 4)로 설정해야 합니다.
- 차례
- yp_all -- Traverse the map and call a function on each entry
- yp_cat -- Return an array containing the entire map
- yp_err_string -- Returns the error string associated with the given error code
- yp_errno -- Returns the error code of the previous operation
- yp_first -- 이름 붙여진 맵(map)에서 첫 번째 key-value 쌍을 반환합니다.
- yp_get_default_domain -- 머신의 NIS 도메인의 기본값을 가져옵니다.
- yp_master -- 맵(map)에 사용되는 마스터 NIS 서버의 머신 이름을 반환합니다.
- yp_match -- 매치(match)된 라인을 반환합니다.
- yp_next -- 이름 붙여진 맵(map)에서 다음의 key-value 쌍을 반환합니다.
- yp_order -- map에 사용되는 순서번호를 반환합니다
YP/NIS 관련 함수
mkirk at cs dot umn dot edu
01-May-2007 09:48
01-May-2007 09:48
