Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
Bookmark this on Delicious
Share on Facebook
Slashdot It!
Digg
PHP
:
Function Reference
:
YP/NIS Functions
: yp_order
yp_order
Returns the order number for a map
(
PHP 4, PHP 5 <= 5.0.5
)
int
yp_order
(
string
domain
,
string
map
)
Example 2687. Example for the NIS order
copy to clipboard
<?php
$number
=
yp_order
(
$domain
,
$mapname
);
echo
"Order number for this map is: "
.
$number
;
?>
<< yp_next
PHP
:
Function Reference
:
YP/NIS Functions
: yp_order
Zip File Functions >>
Change Language
yp_all
yp_cat
yp_err_string
yp_errno
yp_first
yp_get_default_domain
yp_master
yp_match
yp_next
yp_order