mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added skeletons for missing functions
reactivated functions that were commented git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65171 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1821405933
commit
064b0e03ba
1 changed files with 45 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<reference id="ref.nis">
|
||||
<title>YP/NIS Functions</title>
|
||||
<titleabbrev>YP/NIS</titleabbrev>
|
||||
|
@ -292,8 +292,6 @@ echo "The next entry after joe has key " . $key
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Function doesn't exist
|
||||
|
||||
<refentry id="function.yp-errno">
|
||||
<refnamediv>
|
||||
<refname>yp_errno</refname>
|
||||
|
@ -342,10 +340,6 @@ echo "The next entry after joe has key " . $key
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
-->
|
||||
|
||||
<!-- Function doesn't exist
|
||||
|
||||
<refentry id="function.yp-err-string">
|
||||
<refnamediv>
|
||||
<refname>yp_err_string</refname>
|
||||
|
@ -384,7 +378,50 @@ echo "The next entry after joe has key " . $key
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
-->
|
||||
<refentry id='function.yp-all'>
|
||||
<refnamediv>
|
||||
<refname>yp_all</refname>
|
||||
<refpurpose>
|
||||
Traverse the map and call a function on each entry
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>yp_all</function></funcdef>
|
||||
<paramdef>string <parameter>domain</parameter></paramdef>
|
||||
<paramdef>string <parameter>map</parameter></paramdef>
|
||||
<paramdef>string <parameter>callback</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.yp-cat'>
|
||||
<refnamediv>
|
||||
<refname>yp_cat</refname>
|
||||
<refpurpose>
|
||||
Return an array containing the entire map
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>array <function>yp_cat</function></funcdef>
|
||||
<paramdef>string <parameter>domain</parameter></paramdef>
|
||||
<paramdef>string <parameter>map</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
|
|
Loading…
Reference in a new issue