|
66 | 66 | 'imagegrabscreen' => ['false|object'],
|
67 | 67 | 'imagegrabwindow' => ['false|object', 'window_handle'=>'int', 'client_area='=>'int'],
|
68 | 68 | 'imagejpeg' => ['bool', 'im'=>'GdImage', 'filename='=>'string|resource|null', 'quality='=>'int'],
|
69 |
| - 'imagejpeg\'1' => ['string|false', 'im'=>'GdImage', 'filename='=>'null', 'quality='=>'int'], |
70 | 69 | 'imagerotate' => ['false|object', 'src_im'=>'resource', 'angle'=>'float', 'bgdcolor'=>'int', 'ignoretransparent='=>'int'],
|
71 | 70 | 'imagescale' => ['false|object', 'im'=>'resource', 'new_width'=>'int', 'new_height='=>'int', 'method='=>'int'],
|
72 | 71 | 'mb_decode_numericentity' => ['string|false', 'string'=>'string', 'convmap'=>'array', 'encoding='=>'string'],
|
|
191 | 190 | 'imagegrabscreen' => ['false|resource'],
|
192 | 191 | 'imagegrabwindow' => ['false|resource', 'window_handle'=>'int', 'client_area='=>'int'],
|
193 | 192 | 'imagejpeg' => ['bool', 'im'=>'resource', 'filename='=>'string|resource|null', 'quality='=>'int'],
|
194 |
| - 'imagejpeg\'1' => ['string|false', 'im'=>'resource', 'filename='=>'null', 'quality='=>'int'], |
195 | 193 | 'imagerotate' => ['resource|false', 'src_im'=>'resource', 'angle'=>'float', 'bgdcolor'=>'int', 'ignoretransparent='=>'int'],
|
196 | 194 | 'imagescale' => ['resource|false', 'im'=>'resource', 'new_width'=>'int', 'new_height='=>'int', 'method='=>'int'],
|
197 | 195 | 'implode\'1' => ['string', 'pieces'=>'array'],
|
|
0 commit comments