[amx-netlinx-common] r39 committed - Created initial function reference wiki page through web user interfac...

2 views
Skip to first unread message

amx-netli...@googlecode.com

unread,
Nov 10, 2010, 11:09:32 AM11/10/10
to netlinx-comm...@googlegroups.com
Revision: 39
Author: trueamx
Date: Wed Nov 10 08:09:13 2010
Log: Created initial function reference wiki page through web user
interface.
http://code.google.com/p/amx-netlinx-common/source/detail?r=39

Added:
/wiki/FunctionReference.wiki

=======================================
--- /dev/null
+++ /wiki/FunctionReference.wiki Wed Nov 10 08:09:13 2010
@@ -0,0 +1,56 @@
+===Function Reference===
+All functions that return a string char{{{[]}}} are assumed to return a
char{{{[STRING_RETURN_SIZE_LIMIT]}}} unless a size is declared below. By
default, STRING_RETURN_SIZE_LIMIT is set to 1024.
+
+----
+==math==
+todo
+
+<br />
+==string==
+char{{{[3]}}} [bool_to_string] {{{(char a)}}}
+
+char [char_is_printable] {{{(char a)}}}
+
+char [char_is_whitespace] {{{(char a)}}}
+
+integer [explode] {{{(char delim, char a[], char ret[][], integer
ret_len)}}}
+
+integer [explode_quoted] {{{(char delim, char a[], char ret[][], integer
ret_len, char quote)}}}
+
+integer [find_string_multi] {{{(char haystack[], char needles[][], integer
start)}}}
+
+char{{{[]}}} [implode] {{{(char strings[][], char delim[])}}}
+
+char{{{[]}}} [int_array_to_string] {{{(integer ints[], char delim[])}}}
+
+char{{{[]}}} [ltrim] {{{(char a[])}}}
+
+char{{{[]}}} [remove_string_by_length] {{{(char a[], integer len)}}}
+
+char{{{[]}}} [rtrim] {{{(char a[])}}}
+
+char [string_to_bool] {{{(char a[])}}}
+
+char{{{[]}}} [trim] {{{(char a[])}}}
+
+char{{{[]}}} [string_get_between] {{{(char a[], char left[], char
right[])}}}
+
+char{{{[]}}} [string_get_key] {{{(char a[], char delim[])}}}
+
+char{{{[]}}} [string_get_list_item] {{{(char a[], char delim[], integer
item)}}}
+
+char{{{[]}}} [string_get_value] {{{(char a[], char delim[])}}}
+
+char{{{[]}}} [string_prefix_to_length] {{{(char a[], char value, integer
len)}}}
+
+char{{{[]}}} [string_suffix_to_length] {{{(char a[], char value, integer
len)}}}
+
+char{{{[]}}} [string_ucfirst] {{{(char a[])}}}
+
+char{{{[]}}} [string_ucwords] {{{(char a[])}}}
+
+char{{{[]}}} [urlencode] {{{(char a[])}}}
+
+<br />
+==unixtime==
+todo

Reply all
Reply to author
Forward
0 new messages