Метод |
Описание |
|
acceptable ( $list = NULL ) : array | string | FALSE |
Return the MIME types stated in the HTTP Accept header as an array;
If a list of MIME types is specified, return the best match; or
FALSE if none found |
|
engine ( $arg = 'curl' ) : string |
Specify the HTTP request engine to use; If not available,
fall back to an applicable substitute |
|
filler ( $count = 1, $max = 20, $std = TRUE ) : string |
Return chunk of text from standard Lorem Ipsum passage |
|
mime ( $file ) : string |
Detect MIME type using file extension |
|
minify ( $files, $mime = NULL, $header = TRUE, $path = NULL ) : string |
Strip Javascript/CSS files of extraneous whitespaces and comments;
Return combined output as a minified string |
|
progress ( $id ) : integer | FALSE |
Return upload progress in bytes, FALSE on failure |
|
receive ( $func = NULL, $overwrite = FALSE, $slug = TRUE ) : array | boolean |
Receive file(s) from HTTP client |
|
request ( $url, array $options = NULL ) : array | FALSE |
Submit HTTP request; Use HTTP context options (described in
http://www.php.net/manual/en/context.http.php) if specified;
Cache the page as instructed by remote server |
|
rss ( $url, $max = 10, $tags = NULL ) : array | FALSE |
Retrieve RSS feed and return as an array |
|
send ( $file, $mime = NULL, $kbps, $force = TRUE, $name = NULL, $flush = TRUE ) : integer | FALSE |
Transmit file to HTTP client; Return file size if successful,
FALSE otherwise |
|
slug ( $text ) : string |
Return a URL/filesystem-friendly version of string |
|
subst ( array &$old, $new ) : null |
Replace old headers with new elements |
|
whois ( $addr, $server = 'whois.internic.net' ) : string | FALSE |
Retrieve information from whois server |
|