diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/base/classes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 1b5e2d85a..d111569a6 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -11475,6 +11475,16 @@ Returns an empty String "" at the end of the list. <description> </description> </method> + <method name="get_md5" qualifiers="const"> + <return type="String"> + </return> + <argument index="0" name="path" type="String"> + </argument> + <description> + Returns on success, a md5 String representing the file of the given path. + else, empty String "". + </description> + </method> <method name="get_endian_swap"> <return type="bool"> </return> |
