PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

検索エンジン用の拡張モジュール> <YP/NIS 関数
Last updated: Fri, 03 Oct 2008

view this page in

yp_order

(PHP 4, PHP 5 <= 5.0.5)

yp_orderマップの呼出番号を返す

説明

int yp_order ( string $domain , string $map )

マップの呼出番号を返します。

パラメータ

domain

map

返り値

マップの呼出番号、あるいはエラー時に FALSE を返します。

例1 NIS 呼出番号の例

<?php
    $number 
yp_order($domain$mapname);
    echo 
"このマップの呼出番号は、" $number;
?>



add a note add a note User Contributed Notes
yp_order
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites