• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • Imagick::getFilename()

    (PECL imagick 2.0.0)

    The filename associated with an image sequence

    说明

    Imagick::getFilename(void): string

    Returns the filename associated with an image sequence.

    返回值

    Returns a string on success.

    错误/异常

    错误时抛出 ImagickException。

    This function is obviously deprecated as it only returns a zero-length string. The file name (with complete path) is returned by getImageFilename () instead.