二重引用符内のバックスラッシュのため、これは機能しません
exec("convert $file -resize 100x100\> $destination");
{}と\ 、さらには \\ を挿入しようとしましたが、成功しませんでした!
exec("convert $file -resize 100x100{\}> $destination"); //failed!
exec("convert $file -resize 100x100\\\> $destination"); //failed!
exec("convert $file -resize 100x100\\> $destination"); //failed!
近くにいるのはわかっているのに見つからない!それは何ですか ??ありがとう