PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<yp_nextLotus Notes>
Last updated: Mon, 16 Jul 2012

yp_order

(PHP 3 >= 3.0.7, PHP 4, PECL)

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.

例子 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().




<yp_nextLotus Notes>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST