PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Imagick::identifyFormat - Description | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Imagick::identifyFormat

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

Imagick::identifyFormatDescription

説明

public string|false Imagick::identifyFormat ( string $embedText )

Replaces any embedded formatting characters with the appropriate image property and returns the interpreted text. See http://www.imagemagick.org/script/escape.php for escape sequences.

パラメータ

embedText

A string containing formatting sequences e.g. "Trim box: %@ number of unique colors: %k".

返り値

例1 Imagick::identifyFormat()

<?php
        $output 
"Output of 'Trim box: %@ number of unique colors: %k' is: <br/>";
        
$imagick = new \Imagick(realpath("./images/artifact/mask.png"));
        
$output .= $imagick->identifyFormat("Trim box: %@ number of unique colors: %k");

?>


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Imagick::identifyFormat - Description」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Imagick::identifyFormat - Description」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: