Searched refs:lpszFileName (Results 1 – 1 of 1) sorted by relevance
24 function gif_loadFile($lpszFileName, $iIndex = 0) argument27 if ($gif->loadFile($lpszFileName, $iIndex)) {78 if (!($fh = @fopen($lpszFileName, 'wb'))) {100 if (!($fh = @fopen($lpszFileName, 'wb'))) {117 exec('cjpeg '.$lpszFileName.'.bmp >'.$lpszFileName.' 2>/dev/null');118 @unlink($lpszFileName.'.bmp');120 if (@file_exists($lpszFileName)) {121 if (@filesize($lpszFileName) > 0) {125 @unlink($lpszFileName);133 if (@imagejpeg($img, $lpszFileName)) {[all …]