diff --git a/functions/com.xml b/functions/com.xml index d498cadf9e..58352dd331 100644 --- a/functions/com.xml +++ b/functions/com.xml @@ -1,17 +1,18 @@ COM support functions for Windows - COM support + COM - + These functions are only available on the Windows version of PHP. These functions have been added in PHP4. + com_load - + ??? Description @@ -19,7 +20,10 @@ string com_load string module name string - server name + + server name + + @@ -29,7 +33,7 @@ com_invoke - + ??? Description @@ -38,7 +42,10 @@ resource object string function_name mixed - function parameters, ... + + function parameters, ... + + @@ -48,7 +55,7 @@ com_propget - + ??? Description @@ -56,6 +63,7 @@ mixed com_propget resource object string property + @@ -64,7 +72,7 @@ com_get - + ??? Description @@ -72,6 +80,7 @@ mixed com_get resource object string property + @@ -80,7 +89,7 @@ com_propput - + ??? Description @@ -89,6 +98,7 @@ resource object string property mixed value + @@ -97,7 +107,7 @@ com_propset - + ??? Description @@ -106,8 +116,9 @@ resource object string property mixed value + - This function is an alias for com_propput. + This function is an alias for com_propput. @@ -115,7 +126,7 @@ com_set - + ??? Description @@ -124,8 +135,9 @@ resource object string property mixed value + - This function is an alias for com_set. + This function is an alias for com_set. diff --git a/functions/cybercash.xml b/functions/cybercash.xml index ede562a749..d8dcf2c5d6 100644 --- a/functions/cybercash.xml +++ b/functions/cybercash.xml @@ -3,17 +3,18 @@ Cybercash - + These functions are only available if the interpreter has been - compiled with the - . These - functions have been added in PHP4. + compiled with the . These functions + have been added in PHP4. + cybercash_encr - + ??? Description @@ -23,9 +24,10 @@ string sk string inbuff - The function returns an associative array with the elements - "errcode" and, if "errcode" is false, "outbuff" (string), - "outLth" (long) and "macbuff" (string). + + The function returns an associative array with the elements + "errcode" and, if "errcode" is false, "outbuff" (string), + "outLth" (long) and "macbuff" (string). @@ -33,7 +35,7 @@ cybercash_decr - + ??? Description @@ -43,23 +45,25 @@ string sk string inbuff - The function returns an associative array with the elements - "errcode" and, if "errcode" is false, "outbuff" (string), - "outLth" (long) and "macbuff" (string). + + The function returns an associative array with the elements + "errcode" and, if "errcode" is false, "outbuff" (string), + "outLth" (long) and "macbuff" (string). - cybercash_base64_encode - + ??? Description - string cybercash_base64_encode + string + cybercash_base64_encode + string inbuff @@ -67,7 +71,6 @@ - cybercash_base64_decode @@ -76,7 +79,9 @@ Description - string cybercash_base64_decode + string + cybercash_base64_decode + string inbuff diff --git a/functions/domxml.xml b/functions/domxml.xml index bbcc0aa81a..dc0f7a008b 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,16 +1,16 @@ - + DOM XML functions DOM XML - + These functions are only available if PHP was configured with , using the GNOME xml library. These functions have been added in PHP4. - - - - This module defines the following constants: + + + This module defines the following constants: + XML constants @@ -95,11 +95,12 @@
-
- - This module defines a number of classes. The DOM XML - functions return a parsed tree of the XML document with - each node being an object belonging to one of these classes. + + This module defines a number of classes. The DOM XML functions + return a parsed tree of the XML document with each node being an + object belonging to one of these classes. + +
- - - @@ -185,9 +183,9 @@ The function parses the XML document in - str and returns an object of class - "Dom document", having the properties "doc" (resource), - "version" (string) and "type" (long). + str and returns an object of class "Dom + document", having the properties "doc" (resource), "version" + (string) and "type" (long).
@@ -206,10 +204,11 @@ The function parses the XML document in the file named filename and returns an object of class - "Dom document", having the properties "doc" (resource), - "version" (string). + "Dom document", having the properties "doc" (resource), "version" + (string). +
@@ -217,7 +216,9 @@ xmltree - Creates a tree of php objects from XML document + + Creates a tree of php objects from XML document + Description @@ -227,13 +228,15 @@ The function parses the XML document in - str and returns a tree PHP objects - as the parsed document. + str and returns a tree PHP objects as the + parsed document. -