Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Gmagick 我写了这段代码 $image = new \Gmagick(); $image->readimage($file); ,我有这个错误:尝试从全局命名空间加载类“Gmagick”。您是否忘记了“使用”声明?
$image = new \Gmagick(); $image->readimage($file);