PHP.mk документација
Imagick::identifyFormat
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
imagick.identifyformat.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
imagick.identifyformat.php
Imagick::identifyFormat
Референца за `imagick.identifyformat.php` со подобрена типографија и навигација.
Imagick::identifyFormat
(PECL imagick 3 >= 3.3.0)
Imagick::identifyFormat — Formats a string with image details
= NULL
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".
Вратени вредности
Returns format or false при неуспех.
Примери
Пример #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");
?>Белешки од корисници
Нема белешки од корисници за оваа страница.