File tree 3 files changed +907
-8
lines changed
3 files changed +907
-8
lines changed Original file line number Diff line number Diff line change 17
17
CLOSED: [2015-05-15 vie 11:49]
18
18
- State "DONE" from "TODO" [2015-05-15 vie 11:49]
19
19
* DONE php-filesystem.el
20
- * TODO php-gd.el
20
+ * DONE php-gd.el
21
+ CLOSED: [2015-06-19 vie 16:32]
22
+ - State "DONE" from "TODO" [2015-06-19 vie 16:32]
21
23
file:///usr/share/doc/php-doc/html/ref.image.html
22
24
* DONE php-exif.el
23
25
CLOSED: [2015-05-24 dom 18:27]
Original file line number Diff line number Diff line change 57
57
58
58
(load (concat php-ext-path " php-var.el" ))
59
59
60
-
61
60
; ; DOM
62
61
; ; More see file:///usr/share/doc/php-doc/html/book.dom.html
63
62
86
85
87
86
(load (concat php-ext-path " php-filesystem.el" ))
88
87
88
+ ; ; Graphic functions
89
+
90
+ ; ; GD functions
91
+ ; ; file:///usr/share/doc/php-doc/html/ref.image.html
92
+ ; ; http://php.net/manual/en/ref.image.php
93
+
94
+ (load (concat php-ext-path " php-gd.el" ))
95
+
96
+ ; ; Exif functions
97
+ ; ; http://php.net/manual/en/ref.exif.php
98
+ ; ; file:///usr/share/doc/php-doc/html/ref.exif.html
99
+
100
+ (load (concat php-ext-path " php-exif.el" ))
101
+
89
102
; ; Another functions
90
103
91
104
(define-skeleton php-function
108
121
'(setq value (skeleton-read " Value? " ))
109
122
" define(\" " variable " \" ,\" " value " \" );" )
110
123
111
- (define-skeleton php-chr
112
- " Insert a chr statement"
113
- " "
114
- '(setq chr (skeleton-read " Char? " ))
115
- " chr(" chr " );"
116
- )
You can’t perform that action at this time.
0 commit comments