1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/php-mode/cal.days-in-month Wed Jul 29 13:00:01 2009 -0700
1.3 @@ -0,0 +1,4 @@
1.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
1.5 +#name : cal_days_in_month(..., ..., ...)
1.6 +# --
1.7 +cal_days_in_month(${calendar}, ${month}, ${year})$0
1.8 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/php-mode/cal.from-jd Wed Jul 29 13:00:01 2009 -0700
2.3 @@ -0,0 +1,4 @@
2.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
2.5 +#name : cal_from_jd(..., ...)
2.6 +# --
2.7 +cal_from_jd(${jd}, ${calendar})$0
2.8 \ No newline at end of file
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/php-mode/cal.to-jd Wed Jul 29 13:00:01 2009 -0700
3.3 @@ -0,0 +1,4 @@
3.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
3.5 +#name : cal_to_jd(..., ..., ..., ...)
3.6 +# --
3.7 +cal_to_jd(${calendar}, ${month}, ${day}, ${year})$0
3.8 \ No newline at end of file
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/php-mode/call.user-func Wed Jul 29 13:00:01 2009 -0700
4.3 @@ -0,0 +1,4 @@
4.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
4.5 +#name : call_user_func(...)
4.6 +# --
4.7 +call_user_func(${function[, mixed parameter]})$0
4.8 \ No newline at end of file
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
5.2 +++ b/php-mode/call.user-func-array Wed Jul 29 13:00:01 2009 -0700
5.3 @@ -0,0 +1,4 @@
5.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
5.5 +#name : call_user_func_array(..., ...)
5.6 +# --
5.7 +call_user_func_array(${function}, ${param_arr})$0
5.8 \ No newline at end of file
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
6.2 +++ b/php-mode/convert.cyr-string Wed Jul 29 13:00:01 2009 -0700
6.3 @@ -0,0 +1,4 @@
6.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
6.5 +#name : convert_cyr_string(..., ..., ...)
6.6 +# --
6.7 +convert_cyr_string(${str}, ${from}, ${to})$0
6.8 \ No newline at end of file
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
7.2 +++ b/php-mode/date.default-timezone-get Wed Jul 29 13:00:01 2009 -0700
7.3 @@ -0,0 +1,4 @@
7.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
7.5 +#name : date_default_timezone_get()
7.6 +# --
7.7 +date_default_timezone_get()$0
7.8 \ No newline at end of file
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
8.2 +++ b/php-mode/date.default-timezone-set Wed Jul 29 13:00:01 2009 -0700
8.3 @@ -0,0 +1,4 @@
8.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
8.5 +#name : date_default_timezone_set(...)
8.6 +# --
8.7 +date_default_timezone_set(${timezone_identifier})$0
8.8 \ No newline at end of file
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
9.2 +++ b/php-mode/debug.zval-dump Wed Jul 29 13:00:01 2009 -0700
9.3 @@ -0,0 +1,4 @@
9.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
9.5 +#name : debug_zval_dump(...)
9.6 +# --
9.7 +debug_zval_dump(${variable})$0
9.8 \ No newline at end of file
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
10.2 +++ b/php-mode/define.syslog-variables Wed Jul 29 13:00:01 2009 -0700
10.3 @@ -0,0 +1,4 @@
10.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
10.5 +#name : define_syslog_variables()
10.6 +# --
10.7 +define_syslog_variables()$0
10.8 \ No newline at end of file
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
11.2 +++ b/php-mode/disk.free-space Wed Jul 29 13:00:01 2009 -0700
11.3 @@ -0,0 +1,4 @@
11.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
11.5 +#name : disk_free_space(...)
11.6 +# --
11.7 +disk_free_space(${directory})$0
11.8 \ No newline at end of file
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
12.2 +++ b/php-mode/disk.total-space Wed Jul 29 13:00:01 2009 -0700
12.3 @@ -0,0 +1,4 @@
12.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
12.5 +#name : disk_total_space(...)
12.6 +# --
12.7 +disk_total_space(${directory})$0
12.8 \ No newline at end of file
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
13.2 +++ b/php-mode/file.get-contents Wed Jul 29 13:00:01 2009 -0700
13.3 @@ -0,0 +1,4 @@
13.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
13.5 +#name : file_get_contents(...)
13.6 +# --
13.7 +file_get_contents(${filename[, bool use_include_path]})$0
13.8 \ No newline at end of file
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
14.2 +++ b/php-mode/ftp.get-option Wed Jul 29 13:00:01 2009 -0700
14.3 @@ -0,0 +1,4 @@
14.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
14.5 +#name : ftp_get_option(..., ...)
14.6 +# --
14.7 +ftp_get_option(${ftp_stream}, ${option})$0
14.8 \ No newline at end of file
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
15.2 +++ b/php-mode/ftp.nb-continue Wed Jul 29 13:00:01 2009 -0700
15.3 @@ -0,0 +1,4 @@
15.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
15.5 +#name : ftp_nb_continue(...)
15.6 +# --
15.7 +ftp_nb_continue(${ftp_stream})$0
15.8 \ No newline at end of file
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
16.2 +++ b/php-mode/ftp.nb-fget Wed Jul 29 13:00:01 2009 -0700
16.3 @@ -0,0 +1,4 @@
16.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
16.5 +#name : ftp_nb_fget(..., ..., ..., ...)
16.6 +# --
16.7 +ftp_nb_fget(${ftp_stream}, ${handle}, ${remote_file}, ${mode[, int resumepos]})$0
16.8 \ No newline at end of file
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
17.2 +++ b/php-mode/ftp.nb-fput Wed Jul 29 13:00:01 2009 -0700
17.3 @@ -0,0 +1,4 @@
17.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
17.5 +#name : ftp_nb_fput(..., ..., ..., ...)
17.6 +# --
17.7 +ftp_nb_fput(${ftp_stream}, ${remote_file}, ${handle}, ${mode[, int startpos]})$0
17.8 \ No newline at end of file
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
18.2 +++ b/php-mode/ftp.nb-get Wed Jul 29 13:00:01 2009 -0700
18.3 @@ -0,0 +1,4 @@
18.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
18.5 +#name : ftp_nb_get(..., ..., ..., ...)
18.6 +# --
18.7 +ftp_nb_get(${ftp_stream}, ${local_file}, ${remote_file}, ${mode[, int resumepos]})$0
18.8 \ No newline at end of file
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
19.2 +++ b/php-mode/ftp.nb-put Wed Jul 29 13:00:01 2009 -0700
19.3 @@ -0,0 +1,4 @@
19.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
19.5 +#name : ftp_nb_put(..., ..., ..., ...)
19.6 +# --
19.7 +ftp_nb_put(${ftp_stream}, ${remote_file}, ${local_file}, ${mode[, int startpos]})$0
19.8 \ No newline at end of file
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
20.2 +++ b/php-mode/ftp.set-option Wed Jul 29 13:00:01 2009 -0700
20.3 @@ -0,0 +1,4 @@
20.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
20.5 +#name : ftp_set_option(..., ..., ...)
20.6 +# --
20.7 +ftp_set_option(${ftp_stream}, ${option}, ${value})$0
20.8 \ No newline at end of file
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
21.2 +++ b/php-mode/ftp.ssl-connect Wed Jul 29 13:00:01 2009 -0700
21.3 @@ -0,0 +1,4 @@
21.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
21.5 +#name : ftp_ssl_connect(...)
21.6 +# --
21.7 +ftp_ssl_connect(${host[, int port]})$0
21.8 \ No newline at end of file
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
22.2 +++ b/php-mode/func.get-arg Wed Jul 29 13:00:01 2009 -0700
22.3 @@ -0,0 +1,4 @@
22.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
22.5 +#name : func_get_arg(...)
22.6 +# --
22.7 +func_get_arg(${arg_num})$0
22.8 \ No newline at end of file
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
23.2 +++ b/php-mode/func.get-args Wed Jul 29 13:00:01 2009 -0700
23.3 @@ -0,0 +1,4 @@
23.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
23.5 +#name : func_get_args()
23.6 +# --
23.7 +func_get_args()$0
23.8 \ No newline at end of file
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
24.2 +++ b/php-mode/func.num-args Wed Jul 29 13:00:01 2009 -0700
24.3 @@ -0,0 +1,4 @@
24.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
24.5 +#name : func_num_args()
24.6 +# --
24.7 +func_num_args()$0
24.8 \ No newline at end of file
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
25.2 +++ b/php-mode/get.defined-functions Wed Jul 29 13:00:01 2009 -0700
25.3 @@ -0,0 +1,4 @@
25.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
25.5 +#name : get_defined_functions()
25.6 +# --
25.7 +get_defined_functions()$0
25.8 \ No newline at end of file
26.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
26.2 +++ b/php-mode/get.defined-vars Wed Jul 29 13:00:01 2009 -0700
26.3 @@ -0,0 +1,4 @@
26.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
26.5 +#name : get_defined_vars()
26.6 +# --
26.7 +get_defined_vars()$0
26.8 \ No newline at end of file
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
27.2 +++ b/php-mode/get.html-translation-table Wed Jul 29 13:00:01 2009 -0700
27.3 @@ -0,0 +1,4 @@
27.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
27.5 +#name : get_html_translation_table(...)
27.6 +# --
27.7 +get_html_translation_table(${[int table]})$0
27.8 \ No newline at end of file
28.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
28.2 +++ b/php-mode/get.meta-tags Wed Jul 29 13:00:01 2009 -0700
28.3 @@ -0,0 +1,4 @@
28.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
28.5 +#name : get_meta_tags(...)
28.6 +# --
28.7 +get_meta_tags(${filename[, bool use_include_path]})$0
28.8 \ No newline at end of file
29.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
29.2 +++ b/php-mode/get.resource-type Wed Jul 29 13:00:01 2009 -0700
29.3 @@ -0,0 +1,4 @@
29.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
29.5 +#name : get_resource_type(...)
29.6 +# --
29.7 +get_resource_type(${handle})$0
29.8 \ No newline at end of file
30.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
30.2 +++ b/php-mode/html.entity-decode Wed Jul 29 13:00:01 2009 -0700
30.3 @@ -0,0 +1,4 @@
30.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
30.5 +#name : html_entity_decode(...)
30.6 +# --
30.7 +html_entity_decode(${string[, int quote_style]})$0
30.8 \ No newline at end of file
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
31.2 +++ b/php-mode/ignore.user-abort Wed Jul 29 13:00:01 2009 -0700
31.3 @@ -0,0 +1,4 @@
31.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
31.5 +#name : ignore_user_abort(...)
31.6 +# --
31.7 +ignore_user_abort(${[bool setting]})$0
31.8 \ No newline at end of file
32.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
32.2 +++ b/php-mode/image.type-to-mime-type Wed Jul 29 13:00:01 2009 -0700
32.3 @@ -0,0 +1,4 @@
32.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
32.5 +#name : image_type_to_mime_type(...)
32.6 +# --
32.7 +image_type_to_mime_type(${imagetype})$0
32.8 \ No newline at end of file
33.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
33.2 +++ b/php-mode/imap.clearflag-full Wed Jul 29 13:00:01 2009 -0700
33.3 @@ -0,0 +1,4 @@
33.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
33.5 +#name : imap_clearflag_full(..., ..., ...)
33.6 +# --
33.7 +imap_clearflag_full(${stream}, ${sequence}, ${flag[, string options]})$0
33.8 \ No newline at end of file
34.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
34.2 +++ b/php-mode/imap.fetch-overview Wed Jul 29 13:00:01 2009 -0700
34.3 @@ -0,0 +1,4 @@
34.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
34.5 +#name : imap_fetch_overview(..., ...)
34.6 +# --
34.7 +imap_fetch_overview(${imap_stream}, ${sequence[, int options]})$0
34.8 \ No newline at end of file
35.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
35.2 +++ b/php-mode/imap.get-quota Wed Jul 29 13:00:01 2009 -0700
35.3 @@ -0,0 +1,4 @@
35.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
35.5 +#name : imap_get_quota(..., ...)
35.6 +# --
35.7 +imap_get_quota(${imap_stream}, ${quota_root})$0
35.8 \ No newline at end of file
36.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
36.2 +++ b/php-mode/imap.get-quotaroot Wed Jul 29 13:00:01 2009 -0700
36.3 @@ -0,0 +1,4 @@
36.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
36.5 +#name : imap_get_quotaroot(..., ...)
36.6 +# --
36.7 +imap_get_quotaroot(${imap_stream}, ${quota_root})$0
36.8 \ No newline at end of file
37.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
37.2 +++ b/php-mode/imap.last-error Wed Jul 29 13:00:01 2009 -0700
37.3 @@ -0,0 +1,4 @@
37.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
37.5 +#name : imap_last_error()
37.6 +# --
37.7 +imap_last_error()$0
37.8 \ No newline at end of file
38.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
38.2 +++ b/php-mode/imap.mail-compose Wed Jul 29 13:00:01 2009 -0700
38.3 @@ -0,0 +1,4 @@
38.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
38.5 +#name : imap_mail_compose(..., ...)
38.6 +# --
38.7 +imap_mail_compose(${envelope}, ${body})$0
38.8 \ No newline at end of file
39.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
39.2 +++ b/php-mode/imap.mail-copy Wed Jul 29 13:00:01 2009 -0700
39.3 @@ -0,0 +1,4 @@
39.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
39.5 +#name : imap_mail_copy(..., ..., ...)
39.6 +# --
39.7 +imap_mail_copy(${imap_stream}, ${msglist}, ${mbox[, int options]})$0
39.8 \ No newline at end of file
40.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
40.2 +++ b/php-mode/imap.mail-move Wed Jul 29 13:00:01 2009 -0700
40.3 @@ -0,0 +1,4 @@
40.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
40.5 +#name : imap_mail_move(..., ..., ...)
40.6 +# --
40.7 +imap_mail_move(${imap_stream}, ${msglist}, ${mbox[, int options]})$0
40.8 \ No newline at end of file
41.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
41.2 +++ b/php-mode/imap.mime-header-decode Wed Jul 29 13:00:01 2009 -0700
41.3 @@ -0,0 +1,4 @@
41.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
41.5 +#name : imap_mime_header_decode(...)
41.6 +# --
41.7 +imap_mime_header_decode(${text})$0
41.8 \ No newline at end of file
42.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
42.2 +++ b/php-mode/imap.num-msg Wed Jul 29 13:00:01 2009 -0700
42.3 @@ -0,0 +1,4 @@
42.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
42.5 +#name : imap_num_msg(...)
42.6 +# --
42.7 +imap_num_msg(${imap_stream})$0
42.8 \ No newline at end of file
43.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
43.2 +++ b/php-mode/imap.num-recent Wed Jul 29 13:00:01 2009 -0700
43.3 @@ -0,0 +1,4 @@
43.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
43.5 +#name : imap_num_recent(...)
43.6 +# --
43.7 +imap_num_recent(${imap_stream})$0
43.8 \ No newline at end of file
44.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
44.2 +++ b/php-mode/imap.rfc822-parse-adrlist Wed Jul 29 13:00:01 2009 -0700
44.3 @@ -0,0 +1,4 @@
44.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
44.5 +#name : imap_rfc822_parse_adrlist(..., ...)
44.6 +# --
44.7 +imap_rfc822_parse_adrlist(${address}, ${default_host})$0
44.8 \ No newline at end of file
45.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
45.2 +++ b/php-mode/imap.rfc822-parse-headers Wed Jul 29 13:00:01 2009 -0700
45.3 @@ -0,0 +1,4 @@
45.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
45.5 +#name : imap_rfc822_parse_headers(...)
45.6 +# --
45.7 +imap_rfc822_parse_headers(${headers[, string defaulthost]})$0
45.8 \ No newline at end of file
46.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
46.2 +++ b/php-mode/imap.rfc822-write-address Wed Jul 29 13:00:01 2009 -0700
46.3 @@ -0,0 +1,4 @@
46.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
46.5 +#name : imap_rfc822_write_address(..., ..., ...)
46.6 +# --
46.7 +imap_rfc822_write_address(${mailbox}, ${host}, ${personal})$0
46.8 \ No newline at end of file
47.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
47.2 +++ b/php-mode/imap.set-quota Wed Jul 29 13:00:01 2009 -0700
47.3 @@ -0,0 +1,4 @@
47.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
47.5 +#name : imap_set_quota(..., ..., ...)
47.6 +# --
47.7 +imap_set_quota(${imap_stream}, ${quota_root}, ${quota_limit})$0
47.8 \ No newline at end of file
48.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
48.2 +++ b/php-mode/imap.setflag-full Wed Jul 29 13:00:01 2009 -0700
48.3 @@ -0,0 +1,4 @@
48.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
48.5 +#name : imap_setflag_full(..., ..., ...)
48.6 +# --
48.7 +imap_setflag_full(${stream}, ${sequence}, ${flag[, string options]})$0
48.8 \ No newline at end of file
49.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
49.2 +++ b/php-mode/imap.utf7-decode Wed Jul 29 13:00:01 2009 -0700
49.3 @@ -0,0 +1,4 @@
49.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
49.5 +#name : imap_utf7_decode(...)
49.6 +# --
49.7 +imap_utf7_decode(${text})$0
49.8 \ No newline at end of file
50.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
50.2 +++ b/php-mode/imap.utf7-encode Wed Jul 29 13:00:01 2009 -0700
50.3 @@ -0,0 +1,4 @@
50.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
50.5 +#name : imap_utf7_encode(...)
50.6 +# --
50.7 +imap_utf7_encode(${data})$0
50.8 \ No newline at end of file
51.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
51.2 +++ b/php-mode/import.request-variables Wed Jul 29 13:00:01 2009 -0700
51.3 @@ -0,0 +1,4 @@
51.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
51.5 +#name : import_request_variables(...)
51.6 +# --
51.7 +import_request_variables(${types[, string prefix]})$0
51.8 \ No newline at end of file
52.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
52.2 +++ b/php-mode/mhash.get-block-size Wed Jul 29 13:00:01 2009 -0700
52.3 @@ -0,0 +1,4 @@
52.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
52.5 +#name : mhash_get_block_size(...)
52.6 +# --
52.7 +mhash_get_block_size(${hash})$0
52.8 \ No newline at end of file
53.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
53.2 +++ b/php-mode/mhash.get-hash-name Wed Jul 29 13:00:01 2009 -0700
53.3 @@ -0,0 +1,4 @@
53.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
53.5 +#name : mhash_get_hash_name(...)
53.6 +# --
53.7 +mhash_get_hash_name(${hash})$0
53.8 \ No newline at end of file
54.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
54.2 +++ b/php-mode/mhash.keygen-s2k Wed Jul 29 13:00:01 2009 -0700
54.3 @@ -0,0 +1,4 @@
54.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
54.5 +#name : mhash_keygen_s2k(..., ..., ..., ...)
54.6 +# --
54.7 +mhash_keygen_s2k(${hash}, ${password}, ${salt}, ${bytes})$0
54.8 \ No newline at end of file
55.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
55.2 +++ b/php-mode/mysql.affected-rows Wed Jul 29 13:00:01 2009 -0700
55.3 @@ -0,0 +1,4 @@
55.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
55.5 +#name : mysql_affected_rows(...)
55.6 +# --
55.7 +mysql_affected_rows(${[resource link_identifier]})$0
55.8 \ No newline at end of file
56.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
56.2 +++ b/php-mode/mysql.change-user Wed Jul 29 13:00:01 2009 -0700
56.3 @@ -0,0 +1,4 @@
56.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
56.5 +#name : mysql_change_user(..., ...)
56.6 +# --
56.7 +mysql_change_user(${user}, ${password[, string database]})$0
56.8 \ No newline at end of file
57.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
57.2 +++ b/php-mode/mysql.client-encoding Wed Jul 29 13:00:01 2009 -0700
57.3 @@ -0,0 +1,4 @@
57.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
57.5 +#name : mysql_client_encoding(...)
57.6 +# --
57.7 +mysql_client_encoding(${[resource link_identifier]})$0
57.8 \ No newline at end of file
58.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
58.2 +++ b/php-mode/mysql.create-db Wed Jul 29 13:00:01 2009 -0700
58.3 @@ -0,0 +1,4 @@
58.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
58.5 +#name : mysql_create_db(...)
58.6 +# --
58.7 +mysql_create_db(${database_name[, resource link_identifier]})$0
58.8 \ No newline at end of file
59.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
59.2 +++ b/php-mode/mysql.data-seek Wed Jul 29 13:00:01 2009 -0700
59.3 @@ -0,0 +1,4 @@
59.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
59.5 +#name : mysql_data_seek(..., ...)
59.6 +# --
59.7 +mysql_data_seek(${result}, ${row_number})$0
59.8 \ No newline at end of file
60.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
60.2 +++ b/php-mode/mysql.db-name Wed Jul 29 13:00:01 2009 -0700
60.3 @@ -0,0 +1,4 @@
60.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
60.5 +#name : mysql_db_name(..., ...)
60.6 +# --
60.7 +mysql_db_name(${result}, ${row[, mixed field]})$0
60.8 \ No newline at end of file
61.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
61.2 +++ b/php-mode/mysql.db-query Wed Jul 29 13:00:01 2009 -0700
61.3 @@ -0,0 +1,4 @@
61.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
61.5 +#name : mysql_db_query(..., ...)
61.6 +# --
61.7 +mysql_db_query(${database}, ${query[, resource link_identifier]})$0
61.8 \ No newline at end of file
62.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
62.2 +++ b/php-mode/mysql.drop-db Wed Jul 29 13:00:01 2009 -0700
62.3 @@ -0,0 +1,4 @@
62.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
62.5 +#name : mysql_drop_db(...)
62.6 +# --
62.7 +mysql_drop_db(${database_name[, resource link_identifier]})$0
62.8 \ No newline at end of file
63.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
63.2 +++ b/php-mode/mysql.escape-string Wed Jul 29 13:00:01 2009 -0700
63.3 @@ -0,0 +1,4 @@
63.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
63.5 +#name : mysql_escape_string(...)
63.6 +# --
63.7 +mysql_escape_string(${unescaped_string})$0
63.8 \ No newline at end of file
64.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
64.2 +++ b/php-mode/mysql.fetch-array Wed Jul 29 13:00:01 2009 -0700
64.3 @@ -0,0 +1,4 @@
64.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
64.5 +#name : mysql_fetch_array(...)
64.6 +# --
64.7 +mysql_fetch_array(${result[, int result_type]})$0
64.8 \ No newline at end of file
65.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
65.2 +++ b/php-mode/mysql.fetch-assoc Wed Jul 29 13:00:01 2009 -0700
65.3 @@ -0,0 +1,4 @@
65.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
65.5 +#name : mysql_fetch_assoc(...)
65.6 +# --
65.7 +mysql_fetch_assoc(${result})$0
65.8 \ No newline at end of file
66.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
66.2 +++ b/php-mode/mysql.fetch-field Wed Jul 29 13:00:01 2009 -0700
66.3 @@ -0,0 +1,4 @@
66.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
66.5 +#name : mysql_fetch_field(...)
66.6 +# --
66.7 +mysql_fetch_field(${result[, int field_offset]})$0
66.8 \ No newline at end of file
67.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
67.2 +++ b/php-mode/mysql.fetch-lengths Wed Jul 29 13:00:01 2009 -0700
67.3 @@ -0,0 +1,4 @@
67.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
67.5 +#name : mysql_fetch_lengths(...)
67.6 +# --
67.7 +mysql_fetch_lengths(${result})$0
67.8 \ No newline at end of file
68.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
68.2 +++ b/php-mode/mysql.fetch-object Wed Jul 29 13:00:01 2009 -0700
68.3 @@ -0,0 +1,4 @@
68.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
68.5 +#name : mysql_fetch_object(...)
68.6 +# --
68.7 +mysql_fetch_object(${result})$0
68.8 \ No newline at end of file
69.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
69.2 +++ b/php-mode/mysql.fetch-row Wed Jul 29 13:00:01 2009 -0700
69.3 @@ -0,0 +1,4 @@
69.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
69.5 +#name : mysql_fetch_row(...)
69.6 +# --
69.7 +mysql_fetch_row(${result})$0
69.8 \ No newline at end of file
70.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
70.2 +++ b/php-mode/mysql.field-flags Wed Jul 29 13:00:01 2009 -0700
70.3 @@ -0,0 +1,4 @@
70.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
70.5 +#name : mysql_field_flags(..., ...)
70.6 +# --
70.7 +mysql_field_flags(${result}, ${field_offset})$0
70.8 \ No newline at end of file
71.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
71.2 +++ b/php-mode/mysql.field-len Wed Jul 29 13:00:01 2009 -0700
71.3 @@ -0,0 +1,4 @@
71.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
71.5 +#name : mysql_field_len(..., ...)
71.6 +# --
71.7 +mysql_field_len(${result}, ${field_offset})$0
71.8 \ No newline at end of file
72.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
72.2 +++ b/php-mode/mysql.field-name Wed Jul 29 13:00:01 2009 -0700
72.3 @@ -0,0 +1,4 @@
72.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
72.5 +#name : mysql_field_name(..., ...)
72.6 +# --
72.7 +mysql_field_name(${result}, ${field_offset})$0
72.8 \ No newline at end of file
73.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
73.2 +++ b/php-mode/mysql.field-seek Wed Jul 29 13:00:01 2009 -0700
73.3 @@ -0,0 +1,4 @@
73.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
73.5 +#name : mysql_field_seek(..., ...)
73.6 +# --
73.7 +mysql_field_seek(${result}, ${field_offset})$0
73.8 \ No newline at end of file
74.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
74.2 +++ b/php-mode/mysql.field-table Wed Jul 29 13:00:01 2009 -0700
74.3 @@ -0,0 +1,4 @@
74.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
74.5 +#name : mysql_field_table(..., ...)
74.6 +# --
74.7 +mysql_field_table(${result}, ${field_offset})$0
74.8 \ No newline at end of file
75.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
75.2 +++ b/php-mode/mysql.field-type Wed Jul 29 13:00:01 2009 -0700
75.3 @@ -0,0 +1,4 @@
75.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
75.5 +#name : mysql_field_type(..., ...)
75.6 +# --
75.7 +mysql_field_type(${result}, ${field_offset})$0
75.8 \ No newline at end of file
76.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
76.2 +++ b/php-mode/mysql.free-result Wed Jul 29 13:00:01 2009 -0700
76.3 @@ -0,0 +1,4 @@
76.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
76.5 +#name : mysql_free_result(...)
76.6 +# --
76.7 +mysql_free_result(${result})$0
76.8 \ No newline at end of file
77.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
77.2 +++ b/php-mode/mysql.get-client-info Wed Jul 29 13:00:01 2009 -0700
77.3 @@ -0,0 +1,4 @@
77.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
77.5 +#name : mysql_get_client_info()
77.6 +# --
77.7 +mysql_get_client_info()$0
77.8 \ No newline at end of file
78.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
78.2 +++ b/php-mode/mysql.get-host-info Wed Jul 29 13:00:01 2009 -0700
78.3 @@ -0,0 +1,4 @@
78.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
78.5 +#name : mysql_get_host_info(...)
78.6 +# --
78.7 +mysql_get_host_info(${[resource link_identifier]})$0
78.8 \ No newline at end of file
79.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
79.2 +++ b/php-mode/mysql.get-proto-info Wed Jul 29 13:00:01 2009 -0700
79.3 @@ -0,0 +1,4 @@
79.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
79.5 +#name : mysql_get_proto_info(...)
79.6 +# --
79.7 +mysql_get_proto_info(${[resource link_identifier]})$0
79.8 \ No newline at end of file
80.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
80.2 +++ b/php-mode/mysql.get-server-info Wed Jul 29 13:00:01 2009 -0700
80.3 @@ -0,0 +1,4 @@
80.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
80.5 +#name : mysql_get_server_info(...)
80.6 +# --
80.7 +mysql_get_server_info(${[resource link_identifier]})$0
80.8 \ No newline at end of file
81.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
81.2 +++ b/php-mode/mysql.insert-id Wed Jul 29 13:00:01 2009 -0700
81.3 @@ -0,0 +1,4 @@
81.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
81.5 +#name : mysql_insert_id(...)
81.6 +# --
81.7 +mysql_insert_id(${[resource link_identifier]})$0
81.8 \ No newline at end of file
82.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
82.2 +++ b/php-mode/mysql.list-dbs Wed Jul 29 13:00:01 2009 -0700
82.3 @@ -0,0 +1,4 @@
82.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
82.5 +#name : mysql_list_dbs(...)
82.6 +# --
82.7 +mysql_list_dbs(${[resource link_identifier]})$0
82.8 \ No newline at end of file
83.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
83.2 +++ b/php-mode/mysql.list-fields Wed Jul 29 13:00:01 2009 -0700
83.3 @@ -0,0 +1,4 @@
83.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
83.5 +#name : mysql_list_fields(..., ...)
83.6 +# --
83.7 +mysql_list_fields(${database_name}, ${table_name[, resource link_identifier]})$0
83.8 \ No newline at end of file
84.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
84.2 +++ b/php-mode/mysql.list-processes Wed Jul 29 13:00:01 2009 -0700
84.3 @@ -0,0 +1,4 @@
84.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
84.5 +#name : mysql_list_processes(...)
84.6 +# --
84.7 +mysql_list_processes(${[resource link_identifier]})$0
84.8 \ No newline at end of file
85.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
85.2 +++ b/php-mode/mysql.list-tables Wed Jul 29 13:00:01 2009 -0700
85.3 @@ -0,0 +1,4 @@
85.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
85.5 +#name : mysql_list_tables(...)
85.6 +# --
85.7 +mysql_list_tables(${database[, resource link_identifier]})$0
85.8 \ No newline at end of file
86.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
86.2 +++ b/php-mode/mysql.num-fields Wed Jul 29 13:00:01 2009 -0700
86.3 @@ -0,0 +1,4 @@
86.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
86.5 +#name : mysql_num_fields(...)
86.6 +# --
86.7 +mysql_num_fields(${result})$0
86.8 \ No newline at end of file
87.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
87.2 +++ b/php-mode/mysql.num-rows Wed Jul 29 13:00:01 2009 -0700
87.3 @@ -0,0 +1,4 @@
87.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
87.5 +#name : mysql_num_rows(...)
87.6 +# --
87.7 +mysql_num_rows(${result})$0
87.8 \ No newline at end of file
88.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
88.2 +++ b/php-mode/mysql.real-escape-string Wed Jul 29 13:00:01 2009 -0700
88.3 @@ -0,0 +1,4 @@
88.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
88.5 +#name : mysql_real_escape_string(...)
88.6 +# --
88.7 +mysql_real_escape_string(${unescaped_string[, resource link_identifier]})$0
88.8 \ No newline at end of file
89.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
89.2 +++ b/php-mode/mysql.select-db Wed Jul 29 13:00:01 2009 -0700
89.3 @@ -0,0 +1,4 @@
89.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
89.5 +#name : mysql_select_db(...)
89.6 +# --
89.7 +mysql_select_db(${database_name[, resource link_identifier]})$0
89.8 \ No newline at end of file
90.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
90.2 +++ b/php-mode/mysql.thread-id Wed Jul 29 13:00:01 2009 -0700
90.3 @@ -0,0 +1,4 @@
90.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
90.5 +#name : mysql_thread_id(...)
90.6 +# --
90.7 +mysql_thread_id(${[resource link_identifier]})$0
90.8 \ No newline at end of file
91.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
91.2 +++ b/php-mode/mysql.unbuffered-query Wed Jul 29 13:00:01 2009 -0700
91.3 @@ -0,0 +1,4 @@
91.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
91.5 +#name : mysql_unbuffered_query(...)
91.6 +# --
91.7 +mysql_unbuffered_query(${query[, resource link_identifier]})$0
91.8 \ No newline at end of file
92.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
92.2 +++ b/php-mode/mysqli.embedded-connect Wed Jul 29 13:00:01 2009 -0700
92.3 @@ -0,0 +1,4 @@
92.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
92.5 +#name : mysqli_embedded_connect(...)
92.6 +# --
92.7 +mysqli_embedded_connect(${[string dbname]})$0
92.8 \ No newline at end of file
93.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
93.2 +++ b/php-mode/mysqli.server-end Wed Jul 29 13:00:01 2009 -0700
93.3 @@ -0,0 +1,4 @@
93.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
93.5 +#name : mysqli_server_end()
93.6 +# --
93.7 +mysqli_server_end()$0
93.8 \ No newline at end of file
94.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
94.2 +++ b/php-mode/mysqli.server-init Wed Jul 29 13:00:01 2009 -0700
94.3 @@ -0,0 +1,4 @@
94.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
94.5 +#name : mysqli_server_init(...)
94.6 +# --
94.7 +mysqli_server_init(${[array server]})$0
94.8 \ No newline at end of file
95.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
95.2 +++ b/php-mode/odbc.close-all Wed Jul 29 13:00:01 2009 -0700
95.3 @@ -0,0 +1,4 @@
95.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
95.5 +#name : odbc_close_all()
95.6 +# --
95.7 +odbc_close_all()$0
95.8 \ No newline at end of file
96.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
96.2 +++ b/php-mode/odbc.data-source Wed Jul 29 13:00:01 2009 -0700
96.3 @@ -0,0 +1,4 @@
96.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
96.5 +#name : odbc_data_source(..., ...)
96.6 +# --
96.7 +odbc_data_source(${connection_id}, ${fetch_type})$0
96.8 \ No newline at end of file
97.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
97.2 +++ b/php-mode/odbc.fetch-array Wed Jul 29 13:00:01 2009 -0700
97.3 @@ -0,0 +1,4 @@
97.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
97.5 +#name : odbc_fetch_array(...)
97.6 +# --
97.7 +odbc_fetch_array(${result[, int rownumber]})$0
97.8 \ No newline at end of file
98.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
98.2 +++ b/php-mode/odbc.fetch-into Wed Jul 29 13:00:01 2009 -0700
98.3 @@ -0,0 +1,4 @@
98.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
98.5 +#name : odbc_fetch_into(..., ...)
98.6 +# --
98.7 +odbc_fetch_into(${result_id}, ${&result_array[, int rownumber]})$0
98.8 \ No newline at end of file
99.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
99.2 +++ b/php-mode/odbc.fetch-object Wed Jul 29 13:00:01 2009 -0700
99.3 @@ -0,0 +1,4 @@
99.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
99.5 +#name : odbc_fetch_object(...)
99.6 +# --
99.7 +odbc_fetch_object(${result[, int rownumber]})$0
99.8 \ No newline at end of file
100.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
100.2 +++ b/php-mode/odbc.fetch-row Wed Jul 29 13:00:01 2009 -0700
100.3 @@ -0,0 +1,4 @@
100.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
100.5 +#name : odbc_fetch_row(...)
100.6 +# --
100.7 +odbc_fetch_row(${result_id[, int row_number]})$0
100.8 \ No newline at end of file
101.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
101.2 +++ b/php-mode/odbc.field-len Wed Jul 29 13:00:01 2009 -0700
101.3 @@ -0,0 +1,4 @@
101.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
101.5 +#name : odbc_field_len(..., ...)
101.6 +# --
101.7 +odbc_field_len(${result_id}, ${field_number})$0
101.8 \ No newline at end of file
102.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
102.2 +++ b/php-mode/odbc.field-name Wed Jul 29 13:00:01 2009 -0700
102.3 @@ -0,0 +1,4 @@
102.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
102.5 +#name : odbc_field_name(..., ...)
102.6 +# --
102.7 +odbc_field_name(${result_id}, ${field_number})$0
102.8 \ No newline at end of file
103.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
103.2 +++ b/php-mode/odbc.field-num Wed Jul 29 13:00:01 2009 -0700
103.3 @@ -0,0 +1,4 @@
103.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
103.5 +#name : odbc_field_num(..., ...)
103.6 +# --
103.7 +odbc_field_num(${result_id}, ${field_name})$0
103.8 \ No newline at end of file
104.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
104.2 +++ b/php-mode/odbc.field-precision Wed Jul 29 13:00:01 2009 -0700
104.3 @@ -0,0 +1,4 @@
104.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
104.5 +#name : odbc_field_precision(..., ...)
104.6 +# --
104.7 +odbc_field_precision(${result_id}, ${field_number})$0
104.8 \ No newline at end of file
105.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
105.2 +++ b/php-mode/odbc.field-scale Wed Jul 29 13:00:01 2009 -0700
105.3 @@ -0,0 +1,4 @@
105.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
105.5 +#name : odbc_field_scale(..., ...)
105.6 +# --
105.7 +odbc_field_scale(${result_id}, ${field_number})$0
105.8 \ No newline at end of file
106.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
106.2 +++ b/php-mode/odbc.field-type Wed Jul 29 13:00:01 2009 -0700
106.3 @@ -0,0 +1,4 @@
106.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
106.5 +#name : odbc_field_type(..., ...)
106.6 +# --
106.7 +odbc_field_type(${result_id}, ${field_number})$0
106.8 \ No newline at end of file
107.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
107.2 +++ b/php-mode/odbc.free-result Wed Jul 29 13:00:01 2009 -0700
107.3 @@ -0,0 +1,4 @@
107.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
107.5 +#name : odbc_free_result(...)
107.6 +# --
107.7 +odbc_free_result(${result_id})$0
107.8 \ No newline at end of file
108.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
108.2 +++ b/php-mode/odbc.next-result Wed Jul 29 13:00:01 2009 -0700
108.3 @@ -0,0 +1,4 @@
108.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
108.5 +#name : odbc_next_result(...)
108.6 +# --
108.7 +odbc_next_result(${result_id})$0
108.8 \ No newline at end of file
109.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
109.2 +++ b/php-mode/odbc.num-fields Wed Jul 29 13:00:01 2009 -0700
109.3 @@ -0,0 +1,4 @@
109.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
109.5 +#name : odbc_num_fields(...)
109.6 +# --
109.7 +odbc_num_fields(${result_id})$0
109.8 \ No newline at end of file
110.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
110.2 +++ b/php-mode/odbc.num-rows Wed Jul 29 13:00:01 2009 -0700
110.3 @@ -0,0 +1,4 @@
110.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
110.5 +#name : odbc_num_rows(...)
110.6 +# --
110.7 +odbc_num_rows(${result_id})$0
110.8 \ No newline at end of file
111.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
111.2 +++ b/php-mode/odbc.result-all Wed Jul 29 13:00:01 2009 -0700
111.3 @@ -0,0 +1,4 @@
111.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
111.5 +#name : odbc_result_all(...)
111.6 +# --
111.7 +odbc_result_all(${result_id[, string format]})$0
111.8 \ No newline at end of file
112.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
112.2 +++ b/php-mode/php.check-syntax Wed Jul 29 13:00:01 2009 -0700
112.3 @@ -0,0 +1,4 @@
112.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
112.5 +#name : php_check_syntax(...)
112.6 +# --
112.7 +php_check_syntax(${file_name[, string &error_message]})$0
112.8 \ No newline at end of file
113.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
113.2 +++ b/php-mode/posix.get-last-error Wed Jul 29 13:00:01 2009 -0700
113.3 @@ -0,0 +1,4 @@
113.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
113.5 +#name : posix_get_last_error()
113.6 +# --
113.7 +posix_get_last_error()$0
113.8 \ No newline at end of file
114.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
114.2 +++ b/php-mode/quoted.printable-decode Wed Jul 29 13:00:01 2009 -0700
114.3 @@ -0,0 +1,4 @@
114.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
114.5 +#name : quoted_printable_decode(...)
114.6 +# --
114.7 +quoted_printable_decode(${str})$0
114.8 \ No newline at end of file
115.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
115.2 +++ b/php-mode/register.shutdown-function Wed Jul 29 13:00:01 2009 -0700
115.3 @@ -0,0 +1,4 @@
115.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
115.5 +#name : register_shutdown_function(...)
115.6 +# --
115.7 +register_shutdown_function(${function[, mixed parameter]})$0
115.8 \ No newline at end of file
116.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
116.2 +++ b/php-mode/register.tick-function Wed Jul 29 13:00:01 2009 -0700
116.3 @@ -0,0 +1,4 @@
116.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
116.5 +#name : register_tick_function(...)
116.6 +# --
116.7 +register_tick_function(${function[, mixed arg]})$0
116.8 \ No newline at end of file
117.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
117.2 +++ b/php-mode/session.cache-expire Wed Jul 29 13:00:01 2009 -0700
117.3 @@ -0,0 +1,4 @@
117.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
117.5 +#name : session_cache_expire(...)
117.6 +# --
117.7 +session_cache_expire(${[int new_cache_expire]})$0
117.8 \ No newline at end of file
118.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
118.2 +++ b/php-mode/session.cache-limiter Wed Jul 29 13:00:01 2009 -0700
118.3 @@ -0,0 +1,4 @@
118.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
118.5 +#name : session_cache_limiter(...)
118.6 +# --
118.7 +session_cache_limiter(${[string cache_limiter]})$0
118.8 \ No newline at end of file
119.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
119.2 +++ b/php-mode/session.get-cookie-params Wed Jul 29 13:00:01 2009 -0700
119.3 @@ -0,0 +1,4 @@
119.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
119.5 +#name : session_get_cookie_params()
119.6 +# --
119.7 +session_get_cookie_params()$0
119.8 \ No newline at end of file
120.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
120.2 +++ b/php-mode/session.is-registered Wed Jul 29 13:00:01 2009 -0700
120.3 @@ -0,0 +1,4 @@
120.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
120.5 +#name : session_is_registered(...)
120.6 +# --
120.7 +session_is_registered(${name})$0
120.8 \ No newline at end of file
121.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
121.2 +++ b/php-mode/session.module-name Wed Jul 29 13:00:01 2009 -0700
121.3 @@ -0,0 +1,4 @@
121.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
121.5 +#name : session_module_name(...)
121.6 +# --
121.7 +session_module_name(${[string module]})$0
121.8 \ No newline at end of file
122.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
122.2 +++ b/php-mode/session.regenerate-id Wed Jul 29 13:00:01 2009 -0700
122.3 @@ -0,0 +1,4 @@
122.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
122.5 +#name : session_regenerate_id(...)
122.6 +# --
122.7 +session_regenerate_id(${[bool delete_old_session]})$0
122.8 \ No newline at end of file
123.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
123.2 +++ b/php-mode/session.save-path Wed Jul 29 13:00:01 2009 -0700
123.3 @@ -0,0 +1,4 @@
123.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
123.5 +#name : session_save_path(...)
123.6 +# --
123.7 +session_save_path(${[string path]})$0
123.8 \ No newline at end of file
124.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
124.2 +++ b/php-mode/session.set-cookie-params Wed Jul 29 13:00:01 2009 -0700
124.3 @@ -0,0 +1,4 @@
124.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
124.5 +#name : session_set_cookie_params(...)
124.6 +# --
124.7 +session_set_cookie_params(${lifetime[, string path]})$0
124.8 \ No newline at end of file
125.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
125.2 +++ b/php-mode/session.set-save-handler Wed Jul 29 13:00:01 2009 -0700
125.3 @@ -0,0 +1,4 @@
125.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
125.5 +#name : session_set_save_handler(..., ..., ..., ..., ..., ...)
125.6 +# --
125.7 +session_set_save_handler(${open}, ${close}, ${read}, ${write}, ${destroy}, ${gc})$0
125.8 \ No newline at end of file
126.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
126.2 +++ b/php-mode/session.write-close Wed Jul 29 13:00:01 2009 -0700
126.3 @@ -0,0 +1,4 @@
126.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
126.5 +#name : session_write_close()
126.6 +# --
126.7 +session_write_close()$0
126.8 \ No newline at end of file
127.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
127.2 +++ b/php-mode/time.sleep-until Wed Jul 29 13:00:01 2009 -0700
127.3 @@ -0,0 +1,4 @@
127.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
127.5 +#name : time_sleep_until(...)
127.6 +# --
127.7 +time_sleep_until(${timestamp})$0
127.8 \ No newline at end of file
128.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
128.2 +++ b/php-mode/unregister.tick-function Wed Jul 29 13:00:01 2009 -0700
128.3 @@ -0,0 +1,4 @@
128.4 +#contributor : Andrew Gwozdziewycz <web@apgwoz.com>
128.5 +#name : unregister_tick_function(...)
128.6 +# --
128.7 +unregister_tick_function(${function_name})$0
128.8 \ No newline at end of file