code
stringlengths
31
1.39M
docstring
stringlengths
23
16.8k
func_name
stringlengths
1
126
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
166
url
stringlengths
50
220
license
stringclasses
7 values
#[Pure] public function getSslOptions() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get ssl options @link https://php.net/manual/en/function.httprequest-getssloptions.php @return array an associative array containing any previously set SSL options.
getSslOptions
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getHeaders() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get headers @link https://php.net/manual/en/function.httprequest-getheaders.php @return array an associative array containing all currently set headers.
getHeaders
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getCookies() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get cookies @link https://php.net/manual/en/function.httprequest-getcookies.php @return array an associative array containing any previously set cookies.
getCookies
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getMethod() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get method @link https://php.net/manual/en/function.httprequest-getmethod.php @return int the currently set request method.
getMethod
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getUrl() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get url @link https://php.net/manual/en/function.httprequest-geturl.php @return string the currently set request url as string.
getUrl
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getContentType() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get content type @link https://php.net/manual/en/function.httprequest-getcontenttype.php @return string the previously set content type as string.
getContentType
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getQueryData() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get query data @link https://php.net/manual/en/function.httprequest-getquerydata.php @return string a string containing the urlencoded query.
getQueryData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getPostFields() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get post fields @link https://php.net/manual/en/function.httprequest-getpostfields.php @return array the currently set post fields as associative array.
getPostFields
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getRawPostData() { }
(PECL pecl_http 0.14.0-1.4.1)<br/> Get raw post data @link https://php.net/manual/en/function.httprequest-getrawpostdata.php @return string a string containing the currently set raw post data.
getRawPostData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getPostFiles() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get post files @link https://php.net/manual/en/function.httprequest-getpostfiles.php @return array an array containing currently set post files.
getPostFiles
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getPutFile() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get put file @link https://php.net/manual/en/function.httprequest-getputfile.php @return string a string containing the path to the currently set put file.
getPutFile
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getPutData() { }
(PECL pecl_http &gt;= 0.25.0)<br/> Get put data @link https://php.net/manual/en/function.httprequest-getputdata.php @return string a string containing the currently set PUT data.
getPutData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseData() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get response data @link https://php.net/manual/en/function.httprequest-getresponsedata.php @return array an associative array with the key "headers" containing an associative array holding all response headers, as well as the key "body" containing a string with the response body.
getResponseData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseHeader($name = null) { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get response header(s) @link https://php.net/manual/en/function.httprequest-getresponseheader.php @param string $name [optional] <p> header to read; if empty, all response headers will be returned </p> @return mixed either a string with the value of the header matching name if requested, FALSE on failure, or an associative array containing all response headers.
getResponseHeader
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseCookies($flags = null, ?array $allowed_extras = null) { }
(PECL pecl_http &gt;= 0.23.0)<br/> Get response cookie(s) @link https://php.net/manual/en/function.httprequest-getresponsecookies.php @param int $flags [optional] <p> http_parse_cookie flags </p> @param null|array $allowed_extras [optional] <p> allowed keys treated as extra information instead of cookie names </p> @return stdClass[] an array of stdClass objects like http_parse_cookie would return.
getResponseCookies
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseCode() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get response code @link https://php.net/manual/en/function.httprequest-getresponsecode.php @return int an int representing the response code.
getResponseCode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseStatus() { }
(PECL pecl_http &gt;= 0.23.0)<br/> Get response status @link https://php.net/manual/en/function.httprequest-getresponsestatus.php @return string a string containing the response status text.
getResponseStatus
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseBody() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get response body @link https://php.net/manual/en/function.httprequest-getresponsebody.php @return string a string containing the response body.
getResponseBody
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseMessage() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get response message @link https://php.net/manual/en/function.httprequest-getresponsemessage.php @return HttpMessage an HttpMessage object of the response.
getResponseMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getRawResponseMessage() { }
(PECL pecl_http &gt;= 0.21.0)<br/> Get raw response message @link https://php.net/manual/en/function.httprequest-getrawresponsemessage.php @return string the complete web server response, including the headers in a form of a string.
getRawResponseMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getRequestMessage() { }
(PECL pecl_http &gt;= 0.11.0)<br/> Get request message @link https://php.net/manual/en/function.httprequest-getrequestmessage.php @return HttpMessage an HttpMessage object representing the sent request.
getRequestMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getRawRequestMessage() { }
(PECL pecl_http &gt;= 0.21.0)<br/> Get raw request message @link https://php.net/manual/en/function.httprequest-getrawrequestmessage.php @return string an HttpMessage in a form of a string.
getRawRequestMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getHistory() { }
(PECL pecl_http &gt;= 0.15.0)<br/> Get history @link https://php.net/manual/en/function.httprequest-gethistory.php @return HttpMessage an HttpMessage object representing the complete request/response history.
getHistory
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getAttachedRequests() { }
(PECL pecl_http &gt;= 0.16.0)<br/> Get attached requests @link https://php.net/manual/en/function.httprequestpool-getattachedrequests.php @return array an array containing all currently attached HttpRequest objects.
getAttachedRequests
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getFinishedRequests() { }
(PECL pecl_http &gt;= 0.16.0)<br/> Get finished requests @link https://php.net/manual/en/function.httprequestpool-getfinishedrequests.php @return array an array containing all attached HttpRequest objects that already have finished their work.
getFinishedRequests
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_build_str(array $query, $prefix = null, $arg_separator = null) { }
(PECL pecl_http &gt;= 0.23.0)<br/> Build query string @link https://php.net/manual/en/function.http-build-str.php @param array $query <p> associative array of query string parameters </p> @param string $prefix [optional] <p> top level prefix </p> @param string $arg_separator [optional] <p> argument separator to use (by default the INI setting arg_separator.output will be used, or &quot;&amp;&quot; if neither is set </p> @return string|false the built query as string on success or false on failure.
http_build_str
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_match_etag($etag, $for_range = null) { }
(PECL pecl_http &gt;= 0.1.0)<br/> Match ETag @link https://php.net/manual/en/function.http-match-etag.php @param string $etag <p> the ETag to match </p> @param bool $for_range [optional] <p> if set to true, the header usually used to validate HTTP ranges will be checked </p> @return bool true if ETag matches or the header contained the asterisk (&quot;*&quot;), else false.
http_match_etag
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_cache_last_modified($timestamp_or_expires = null) { }
(PECL pecl_http &gt;= 0.1.0)<br/> Caching by last modification @link https://php.net/manual/en/function.http-cache-last-modified.php @param int $timestamp_or_expires [optional] <p> Unix timestamp </p> @return bool with 304 Not Modified if the entity is cached. &see.http.configuration.force_exit;
http_cache_last_modified
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_cache_etag($etag = null) { }
(PECL pecl_http &gt;= 0.1.0)<br/> Caching by ETag @link https://php.net/manual/en/function.http-cache-etag.php @param string $etag [optional] <p> custom ETag </p> @return bool with 304 Not Modified if the entity is cached. &see.http.configuration.force_exit;
http_cache_etag
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_chunked_decode($encoded) { }
(PECL pecl_http &gt;= 0.1.0)<br/> Decode chunked-encoded data @link https://php.net/manual/en/function.http-chunked-decode.php @param string $encoded <p> chunked encoded string </p> @return string|false the decoded string on success or false on failure.
http_chunked_decode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_parse_message($message) { }
(PECL pecl_http &gt;= 0.12.0)<br/> Parse HTTP messages @link https://php.net/manual/en/function.http-parse-message.php @param string $message <p> string containing a single HTTP message or several consecutive HTTP messages </p> @return object a hierarchical object structure of the parsed messages.
http_parse_message
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_parse_headers($header) { }
(PECL pecl_http &gt;= 0.10.0)<br/> Parse HTTP headers @link https://php.net/manual/en/function.http-parse-headers.php @param string $header <p> string containing HTTP headers </p> @return array|false an array on success or false on failure.
http_parse_headers
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_parse_cookie($cookie, $flags = null, ?array $allowed_extras = null) { }
(PECL pecl_http &gt;= 0.20.0)<br/> Parse HTTP cookie @link https://php.net/manual/en/function.http-parse-cookie.php @param string $cookie <p> string containing the value of a Set-Cookie response header </p> @param int $flags [optional] <p> parse flags (HTTP_COOKIE_PARSE_RAW) </p> @param null|array $allowed_extras [optional] <p> array containing recognized extra keys; by default all unknown keys will be treated as cookie names </p> @return stdClass|false a stdClass object on success or false on failure.
http_parse_cookie
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_build_cookie(array $cookie) { }
(PECL pecl_http &gt;= 1.2.0)<br/> Build cookie string @link https://php.net/manual/en/function.http-build-cookie.php @param array $cookie <p> a cookie list like returned from http_parse_cookie </p> @return string the cookie(s) as string.
http_build_cookie
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_parse_params($param, $flags = null) { }
(PECL pecl_http &gt;= 1.0.0)<br/> Parse parameter list @link https://php.net/manual/en/function.http-parse-params.php @param string $param <p> Parameters </p> @param int $flags [optional] <p> Parse flags </p> @return stdClass parameter list as stdClass object.
http_parse_params
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_get_request_headers() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get request headers as array @link https://php.net/manual/en/function.http-get-request-headers.php @return array an associative array of incoming request headers.
http_get_request_headers
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_get_request_body() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get request body as string @link https://php.net/manual/en/function.http-get-request-body.php @return string|null the raw request body as string on success or NULL on failure.
http_get_request_body
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_get_request_body_stream() { }
(PECL pecl_http &gt;= 0.22.0)<br/> Get request body as stream @link https://php.net/manual/en/function.http-get-request-body-stream.php @return resource|null the raw request body as stream on success or NULL on failure.
http_get_request_body_stream
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_match_request_header($header, $value, $match_case = null) { }
(PECL pecl_http &gt;= 0.10.0)<br/> Match any header @link https://php.net/manual/en/function.http-match-request-header.php @param string $header <p> the header name (case-insensitive) </p> @param string $value <p> the header value that should be compared </p> @param bool $match_case [optional] <p> whether the value should be compared case sensitively </p> @return bool true if header value matches, else false.
http_match_request_header
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_request_body_encode(array $fields, array $files) { }
(PECL pecl_http &gt;= 1.0.0)<br/> Encode request body @link https://php.net/manual/en/function.http-request-body-encode.php @param array $fields <p> POST fields </p> @param array $files <p> POST files </p> @return string|false encoded string on success or false on failure.
http_request_body_encode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_request_method_exists($method) { }
(PECL pecl_http &gt;= 0.10.0)<br/> Check whether request method exists @link https://php.net/manual/en/function.http-request-method-exists.php @param mixed $method <p> request method name or ID </p> @return bool true if the request method is known, else false.
http_request_method_exists
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_request_method_name($method) { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get request method name @link https://php.net/manual/en/function.http-request-method-name.php @param int $method <p> request method ID </p> @return string|false the request method name as string on success or false on failure.
http_request_method_name
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function ob_etaghandler($data, $mode) { }
(PECL pecl_http &gt;= 0.10.0)<br/> ETag output handler @link https://php.net/manual/en/function.ob-etaghandler.php @param string $data @param int $mode @return string
ob_etaghandler
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_deflate($data, $flags = null) { }
(PECL pecl_http &gt;= 0.15.0)<br/> Deflate data @link https://php.net/manual/en/function.http-deflate.php @param string $data <p> String containing the data that should be encoded </p> @param int $flags [optional] <p> deflate options </p> @return string|null the encoded string on success, or NULL on failure.
http_deflate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] function http_inflate($data) { }
(PECL pecl_http &gt;= 0.15.0)<br/> Inflate data @link https://php.net/manual/en/function.http-inflate.php @param string $data <p> string containing the compressed data </p> @return string|null the decoded string on success, or NULL on failure.
http_inflate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Deprecated('This method has been deprecated in 2.3.0. Use http\\Client::configure() instead')] public function enableEvents(bool $enable = \true) { }
Enable usage of an event library like libevent, which might improve performance with big socket sets. @param bool $enable Whether to enable libevent usage. @throws \http\Exception\InvalidArgumentException @throws \http\Exception\UnexpectedValueException @return \http\Client self. @see Client::configure()
enableEvents
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http3.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http3.php
MIT
#[Deprecated('This method has been deprecated in 2.3.0. Use http\\Client::configure() instead')] public function enablePipelining(bool $enable = \true) { }
Enable sending pipelined requests to the same host if the driver supports it. @param bool $enable Whether to enable pipelining. @throws \http\Exception\InvalidArgumentException @throws \http\Exception\UnexpectedValueException @return \http\Client self. @see Client::configure()
enablePipelining
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http3.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http3.php
MIT
#[Pure] function iconv(string $from_encoding, string $to_encoding, string $string) : string|false { }
Convert string to requested character encoding @link https://php.net/manual/en/function.iconv.php @param string $from_encoding <p> The input charset. </p> @param string $to_encoding <p> The output charset. </p> <p> If you append the string //TRANSLIT to <i>out_charset</i> transliteration is activated. This means that when a character can't be represented in the target charset, it can be approximated through one or several similarly looking characters. If you append the string //IGNORE, characters that cannot be represented in the target charset are silently discarded. Otherwise, <i>str</i> is cut from the first illegal character and an <b>E_NOTICE</b> is generated. </p> @param string $string <p> The string to be converted. </p> @return string|false the converted string or <b>FALSE</b> on failure.
iconv
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/iconv/iconv.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/iconv/iconv.php
MIT
#[Pure] function ob_iconv_handler(string $contents, int $status) : string { }
Convert character encoding as output buffer handler @link https://php.net/manual/en/function.ob-iconv-handler.php @param string $contents @param int $status @return string See <b>ob_start</b> for information about this handler return values.
ob_iconv_handler
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/iconv/iconv.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/iconv/iconv.php
MIT
#[Deprecated] #[Pure] public function getImageMatte() { }
(PECL imagick 2.0.0)<br/> Return if the image has a matte channel @link https://php.net/manual/en/imagick.getimagematte.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @throws ImagickException on error.
getImageMatte
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getSizeOffset() { }
(PECL imagick 2.0.0)<br/> Returns the size offset @link https://php.net/manual/en/imagick.getsizeoffset.php @return int the size offset associated with the Imagick object. @throws ImagickException on error.
getSizeOffset
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated(replacement: "%class%->roundCornersImage(%parametersList%)")] public function roundCorners($x_rounding, $y_rounding, $stroke_width = 10.0, $displace = 5.0, $size_correction = -6.0) { }
(PECL imagick 2.0.0)<br/> Rounds image corners Alias to {@see Imagick::roundCornersImage} @link https://php.net/manual/en/imagick.roundcorners.php @param float $x_rounding <p> x rounding </p> @param float $y_rounding <p> y rounding </p> @param float $stroke_width [optional] <p> stroke width </p> @param float $displace [optional] <p> image displace </p> @param float $size_correction [optional] <p> size correction </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
roundCorners
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getIteratorIndex() { }
(PECL imagick 2.0.0)<br/> Gets the index of the current active image @link https://php.net/manual/en/imagick.getiteratorindex.php @return int an integer containing the index of the image in the stack.
getIteratorIndex
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageProperty($name) { }
(PECL imagick 2.0.0)<br/> Returns the named image property @link https://php.net/manual/en/imagick.getimageproperty.php @param string $name <p> name of the property (for example Exif:DateTime) </p> @return string|false a string containing the image property, false if a property with the given name does not exist. @throws ImagickException on error.
getImageProperty
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageInterpolateMethod() { }
(PECL imagick 2.0.0)<br/> Returns the interpolation method @link https://php.net/manual/en/imagick.getimageinterpolatemethod.php @return int the interpolate method on success. @throws ImagickException on error.
getImageInterpolateMethod
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageLength() { }
(PECL imagick 2.0.0)<br/> Returns the image length in bytes @link https://php.net/manual/en/imagick.getimagelength.php @return int an int containing the current image size. @throws ImagickException on error.
getImageLength
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageOrientation() { }
(PECL imagick 2.0.0)<br/> Gets the image orientation @link https://php.net/manual/en/imagick.getimageorientation.php @return int an int on success. @throws ImagickException on error.
getImageOrientation
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function paintFloodfillImage($fill, $fuzz, $bordercolor, $x, $y, $channel = \Imagick::CHANNEL_ALL) { }
(PECL imagick 2.1.0)<br/> Changes the color value of any pixel that matches target @link https://php.net/manual/en/imagick.paintfloodfillimage.php @param mixed $fill <p> ImagickPixel object or a string containing the fill color </p> @param float $fuzz <p> The amount of fuzz. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill. </p> @param mixed $bordercolor <p> ImagickPixel object or a string containing the border color </p> @param int $x <p> X start position of the floodfill </p> @param int $y <p> Y start position of the floodfill </p> @param int $channel [optional] <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to <b>Imagick::CHANNEL_DEFAULT</b>. Refer to this list of channel constants </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
paintFloodfillImage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageProperties($pattern = "*", $only_names = \true) { }
(PECL imagick 2.0.0)<br/> Returns the image properties @link https://php.net/manual/en/imagick.getimageproperties.php @param string $pattern [optional] <p> The pattern for property names. </p> @param bool $only_names [optional] <p> Whether to return only property names. If <b>FALSE</b> then also the values are returned </p> @return array an array containing the image properties or property names. @throws ImagickException on error.
getImageProperties
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageProfiles($pattern = "*", $include_values = \true) { }
(PECL imagick 2.2.0)<br/> Returns the image profiles @link https://php.net/manual/en/imagick.getimageprofiles.php @param string $pattern [optional] <p> The pattern for profile names. </p> @param bool $include_values [optional] <p> Whether to return only profile names. If <b>FALSE</b> then only profile names will be returned. </p> @return array an array containing the image profiles or profile names. @throws ImagickException on error.
getImageProfiles
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageClipMask() { }
(No version information available, might only be in SVN)<br/> Gets image clip mask @link https://php.net/manual/en/imagick.getimageclipmask.php @return Imagick an Imagick object containing the clip mask. @throws ImagickException on error.
getImageClipMask
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function recolorImage(array $matrix) { }
(No version information available, might only be in SVN)<br/> Recolors image @link https://php.net/manual/en/imagick.recolorimage.php @param array $matrix <p> The matrix containing the color values </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
recolorImage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getFont() { }
(PECL imagick 2.1.0)<br/> Gets font @link https://php.net/manual/en/imagick.getfont.php @return string|false the string containing the font name or <b>FALSE</b> if not font is set.
getFont
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getPointSize() { }
(No version information available, might only be in SVN)<br/> Gets point size @link https://php.net/manual/en/imagick.getpointsize.php @return float a float containing the point size.
getPointSize
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getGravity() { }
(No version information available, might only be in SVN)<br/> Gets the gravity @link https://php.net/manual/en/imagick.getgravity.php @return int the gravity property. Refer to the list of gravity constants.
getGravity
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[ArrayShape(["minima" => "float", "maxima" => "float"])] #[Pure] public function getImageChannelRange($channel) { }
(PECL imagick 2.2.1)<br/> Gets channel range @link https://php.net/manual/en/imagick.getimagechannelrange.php @param int $channel <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to <b>Imagick::CHANNEL_DEFAULT</b>. Refer to this list of channel constants </p> @return float[] an array containing minima and maxima values of the channel(s). @throws ImagickException on error.
getImageChannelRange
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageAlphaChannel() { }
(No version information available, might only be in SVN)<br/> Gets the image alpha channel @link https://php.net/manual/en/imagick.getimagealphachannel.php @return int a constant defining the current alpha channel value. Refer to this list of alpha channel constants. @throws ImagickException on error.
getImageAlphaChannel
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageChannelDistortions(\Imagick $reference, $metric, $channel = \Imagick::CHANNEL_DEFAULT) { }
(No version information available, might only be in SVN)<br/> Gets channel distortions @link https://php.net/manual/en/imagick.getimagechanneldistortions.php @param Imagick $reference <p> Imagick object containing the reference image </p> @param int $metric <p> Refer to this list of metric type constants. </p> @param int $channel [optional] <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to <b>Imagick::CHANNEL_DEFAULT</b>. Refer to this list of channel constants </p> @return float a float describing the channel distortion. @throws ImagickException on error.
getImageChannelDistortions
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageGravity() { }
(No version information available, might only be in SVN)<br/> Gets the image gravity @link https://php.net/manual/en/imagick.getimagegravity.php @return int the images gravity property. Refer to the list of gravity constants. @throws ImagickException on error.
getImageGravity
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[ArrayShape(["kurtosis" => "float", "skewness" => "float"])] #[Pure] public function getImageChannelKurtosis($channel = \Imagick::CHANNEL_DEFAULT) { }
(No version information available, might only be in SVN)<br/> The getImageChannelKurtosis purpose @link https://php.net/manual/en/imagick.getimagechannelkurtosis.php @param int $channel [optional] <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to <b>Imagick::CHANNEL_DEFAULT</b>. Refer to this list of channel constants </p> @return float[] an array with kurtosis and skewness members. @throws ImagickException on error.
getImageChannelKurtosis
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageArtifact($artifact) { }
(No version information available, might only be in SVN)<br/> Get image artifact @link https://php.net/manual/en/imagick.getimageartifact.php @param string $artifact <p> The name of the artifact </p> @return string the artifact value on success. @throws ImagickException on error.
getImageArtifact
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getColorspace() { }
(PECL imagick 0.9.10-0.9.9)<br/> Gets the colorspace @link https://php.net/manual/en/imagick.getcolorspace.php @return int an integer which can be compared against COLORSPACE constants.
getColorspace
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getPixelIterator() { }
(PECL imagick 2.0.0)<br/> Returns a MagickPixelIterator @link https://php.net/manual/en/imagick.getpixeliterator.php @return ImagickPixelIterator an ImagickPixelIterator on success. @throws ImagickException on error. @throws ImagickPixelIteratorException on error.
getPixelIterator
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getPixelRegionIterator($x, $y, $columns, $rows) { }
(PECL imagick 2.0.0)<br/> Get an ImagickPixelIterator for an image section @link https://php.net/manual/en/imagick.getpixelregioniterator.php @param int $x <p> The x-coordinate of the region. </p> @param int $y <p> The y-coordinate of the region. </p> @param int $columns <p> The width of the region. </p> @param int $rows <p> The height of the region. </p> @return ImagickPixelIterator an ImagickPixelIterator for an image section. @throws ImagickException on error. @throws ImagickPixelIteratorException on error.
getPixelRegionIterator
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageFilename() { }
(PECL imagick 2.0.0)<br/> Returns the filename of a particular image in a sequence @link https://php.net/manual/en/imagick.getimagefilename.php @return string a string with the filename of the image. @throws ImagickException on error.
getImageFilename
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageFormat() { }
(PECL imagick 2.0.0)<br/> Returns the format of a particular image in a sequence @link https://php.net/manual/en/imagick.getimageformat.php @return string a string containing the image format on success. @throws ImagickException on error.
getImageFormat
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageMimeType() { }
@link https://secure.php.net/manual/en/imagick.getimagemimetype.php @return string Returns the image mime-type. @throws ImagickException on error.
getImageMimeType
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated(replacement: "%class%->getImageLength()")] #[Pure] public function getImageSize() { }
(PECL imagick 2.0.0)<br/> Returns the image length in bytes @link https://php.net/manual/en/imagick.getimagesize.php @return int an int containing the current image size. @throws ImagickException on error.
getImageSize
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageBlob() { }
(PECL imagick 2.0.0)<br/> Returns the image sequence as a blob @link https://php.net/manual/en/imagick.getimageblob.php @return string a string containing the image. @throws ImagickException on error.
getImageBlob
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImagesBlob() { }
(PECL imagick 2.0.0)<br/> Returns all image sequences as a blob @link https://php.net/manual/en/imagick.getimagesblob.php @return string a string containing the images. On failure, throws ImagickException on failure @throws ImagickException on failure
getImagesBlob
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function setImageIndex($index) { }
(PECL imagick 2.0.0)<br/> Set the iterator position @link https://php.net/manual/en/imagick.setimageindex.php @param int $index <p> The position to set the iterator to </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageIndex
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] #[Pure] public function getImageIndex() { }
(PECL imagick 2.0.0)<br/> Gets the index of the current active image @link https://php.net/manual/en/imagick.getimageindex.php @return int an integer containing the index of the image in the stack.
getImageIndex
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[ArrayShape(["width" => "int", "height" => "int"])] #[Pure] public function getImageGeometry() { }
(PECL imagick 2.0.0)<br/> Gets the width and height as an associative array @link https://php.net/manual/en/imagick.getimagegeometry.php @return int[] an array with the width/height of the image. @throws ImagickException on error.
getImageGeometry
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageCompressionQuality() { }
(PECL imagick 2.2.2)<br/> Gets the current image's compression quality @link https://php.net/manual/en/imagick.getimagecompressionquality.php @return int integer describing the images compression quality
getImageCompressionQuality
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageColors() { }
(PECL imagick 2.0.0)<br/> Gets the number of unique colors in the image @link https://php.net/manual/en/imagick.getimagecolors.php @return int <b>TRUE</b> on success. @throws ImagickException on error.
getImageColors
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function setImageAttribute($key, $value) { }
@param string $key @param string $value @return bool @throws ImagickException on error.
setImageAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function mosaicImages() { }
(PECL imagick 2.0.0)<br/> Forms a mosaic from images @link https://php.net/manual/en/imagick.mosaicimages.php @return Imagick <b>TRUE</b> on success. @throws ImagickException on error.
mosaicImages
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function averageImages() { }
(PECL imagick 2.0.0)<br/> Average a set of images @link https://php.net/manual/en/imagick.averageimages.php @return Imagick a new Imagick object on success. @throws ImagickException on error.
averageImages
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function colorFloodfillImage($fill, $fuzz, $bordercolor, $x, $y) { }
(PECL imagick 2.0.0)<br/> Changes the color value of any pixel that matches target @link https://php.net/manual/en/imagick.colorfloodfillimage.php @param mixed $fill <p> ImagickPixel object containing the fill color </p> @param float $fuzz <p> The amount of fuzz. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill. </p> @param mixed $bordercolor <p> ImagickPixel object containing the border color </p> @param int $x <p> X start position of the floodfill </p> @param int $y <p> Y start position of the floodfill </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
colorFloodfillImage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] public function flattenImages() { }
Merges a sequence of images. This is useful for combining Photoshop layers into a single image. This is replaced by: <pre> $im = $im->mergeImageLayers(\Imagick::LAYERMETHOD_FLATTEN) </pre> @link https://php.net/manual/en/imagick.flattenimages.php @return Imagick Returns an Imagick object containing the merged image. @throws ImagickException Throws ImagickException on error. @since 2.0.0
flattenImages
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Deprecated] #[Pure] public function getImageAttribute($key) { }
@link https://www.php.net/manual/en/imagick.getimageattribute.php @param string $key <p>The key of the attribute to get.</p> @return string
getImageAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageBackgroundColor() { }
(PECL imagick 2.0.0)<br/> Returns the image background color @link https://php.net/manual/en/imagick.getimagebackgroundcolor.php @return ImagickPixel an ImagickPixel set to the background color of the image. @throws ImagickException on error.
getImageBackgroundColor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[ArrayShape(["x" => "float", "y" => "float"])] #[Pure] public function getImageBluePrimary() { }
(PECL imagick 2.0.0)<br/> Returns the chromaticy blue primary point @link https://php.net/manual/en/imagick.getimageblueprimary.php @return float[] Array consisting of "x" and "y" coordinates of point. @throws ImagickException on error.
getImageBluePrimary
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageBorderColor() { }
(PECL imagick 2.0.0)<br/> Returns the image border color @link https://php.net/manual/en/imagick.getimagebordercolor.php @return ImagickPixel <b>TRUE</b> on success. @throws ImagickException on error.
getImageBorderColor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageChannelDepth($channel) { }
(PECL imagick 2.0.0)<br/> Gets the depth for a particular image channel @link https://php.net/manual/en/imagick.getimagechanneldepth.php @param int $channel <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to <b>Imagick::CHANNEL_DEFAULT</b>. Refer to this list of channel constants </p> @return int <b>TRUE</b> on success. @throws ImagickException on error.
getImageChannelDepth
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageChannelDistortion(\Imagick $reference, $channel, $metric) { }
(PECL imagick 2.0.0)<br/> Compares image channels of an image to a reconstructed image @link https://php.net/manual/en/imagick.getimagechanneldistortion.php @param Imagick $reference <p> Imagick object to compare to. </p> @param int $channel <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @param int $metric <p> One of the metric type constants. </p> @return float <b>TRUE</b> on success. @throws ImagickException on error.
getImageChannelDistortion
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[ArrayShape(["minima" => "int", "maxima" => "int"])] #[Deprecated] #[Pure] public function getImageChannelExtrema($channel) { }
(PECL imagick 2.0.0)<br/> Gets the extrema for one or more image channels @link https://php.net/manual/en/imagick.getimagechannelextrema.php @param int $channel <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @return int[] @throws ImagickException on error.
getImageChannelExtrema
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[ArrayShape(["mean" => "float", "standardDeviation" => "float"])] #[Pure] public function getImageChannelMean($channel) { }
(PECL imagick 2.0.0)<br/> Gets the mean and standard deviation @link https://php.net/manual/en/imagick.getimagechannelmean.php @param int $channel <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @return float[] @throws ImagickException on error.
getImageChannelMean
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageChannelStatistics() { }
(PECL imagick 2.0.0)<br/> Returns statistics for each channel in the image @link https://php.net/manual/en/imagick.getimagechannelstatistics.php @return array @throws ImagickException on error.
getImageChannelStatistics
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT
#[Pure] public function getImageColormapColor($index) { }
(PECL imagick 2.0.0)<br/> Returns the color of the specified colormap index @link https://php.net/manual/en/imagick.getimagecolormapcolor.php @param int $index <p> The offset into the image colormap. </p> @return ImagickPixel <b>TRUE</b> on success. @throws ImagickException on error.
getImageColormapColor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
MIT