PHP: YP/NIS 관련 함수 - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links 
search for in the  
previousyaz_waityp_allnext
Last updated: Thu, 18 Jul 2002
view the printer friendly version or the printer friendly version with notes or change language to English | Brazilian Portuguese | Chinese | Czech | Dutch | Finnish | French | German | Hungarian | Italian | Japanese | Polish | Romanian | Russian | Slovak | Spanish | Swedish | Turkish

CIX. YP/NIS 관련 함수

NIS (이전에는 옐로우 페이지(Yellow Pages)라고 불려졌습니다)는 중요한 관리자용 파일(예를 들면 패스워드 파일같은)을 네트워크 관리가 가능하도록 합니다. 더 이상의 정보는 NIS의 man 페이지와 에 좀 더 참조할 만한 정보가 있습니다. 또 라고 부르는 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 previous operation
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에 사용되는 순서번호를 반환합니다
User Contributed Notes
YP/NIS 관련 함수
add a note about notes
daniel at ds dot hj dot se
24-May-2002 04:43

The link "Introduction to YP/NIS" (pointing at ) gives me a 404-error.
add a note about notes
previousyaz_waityp_allnext
Last updated: Thu, 18 Jul 2002
show source | credits | stats | mirror sites
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Mon Sep 30 12:03:56 2002 CEST