Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.yp-order.html
Дата изменения: Sun Feb 3 22:58:19 2002
Дата индексирования: Mon Oct 1 21:28:17 2012
Кодировка:
yp_order

yp_order

(3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0)

yp_order -- Returns the order number for a map

Description

int yp_order ( string domain, string map)

yp_order() returns the order number for a map or FALSE.

Example 1. Example for the NIS order

<?php
    $number = yp_order($domain,$mapname);
    echo "Order number for this map is: " . $number;
?>

See also yp-get-default-domain().