|
static | time_hms ($seconds) |
|
static | absolutize_url ($relative, $base) |
|
static | get_element ($realname, $string) |
|
static | element_implode ($element) |
|
static | error ($message, $level, $file, $line) |
|
static | fix_protocol ($url, $http=1) |
|
static | parse_url ($url) |
|
static | compress_parse_url ($scheme='', $authority='', $path='', $query='', $fragment='') |
|
static | normalize_url ($url) |
|
static | percent_encoding_normalization ($match) |
|
static | windows_1252_to_utf8 ($string) |
|
static | change_encoding ($data, $input, $output) |
|
static | encoding ($charset) |
|
static | get_curl_version () |
|
static | strip_comments ($data) |
|
static | parse_date ($dt) |
|
static | entities_decode ($data) |
|
static | uncomment_rfc822 ($string) |
|
static | parse_mime ($mime) |
|
static | atom_03_construct_type ($attribs) |
|
static | atom_10_construct_type ($attribs) |
|
static | atom_10_content_construct_type ($attribs) |
|
static | is_isegment_nz_nc ($string) |
|
static | space_seperated_tokens ($string) |
|
static | codepoint_to_utf8 ($codepoint) |
|
static | parse_str ($str) |
|
static | xml_encoding ($data, $registry) |
|
static | output_javascript () |
|
static | get_build () |
|
static | debug (&$sp) |
|
static | silence_errors ($num, $str) |
|
◆ absolutize_url()
static absolutize_url |
( |
|
$relative, |
|
|
|
$base |
|
) |
| |
|
static |
◆ atom_03_construct_type()
static atom_03_construct_type |
( |
|
$attribs | ) |
|
|
static |
◆ atom_10_construct_type()
static atom_10_construct_type |
( |
|
$attribs | ) |
|
|
static |
◆ atom_10_content_construct_type()
static atom_10_content_construct_type |
( |
|
$attribs | ) |
|
|
static |
◆ change_encoding()
static change_encoding |
( |
|
$data, |
|
|
|
$input, |
|
|
|
$output |
|
) |
| |
|
static |
◆ change_encoding_iconv()
static change_encoding_iconv |
( |
|
$data, |
|
|
|
$input, |
|
|
|
$output |
|
) |
| |
|
staticprotected |
◆ change_encoding_mbstring()
static change_encoding_mbstring |
( |
|
$data, |
|
|
|
$input, |
|
|
|
$output |
|
) |
| |
|
staticprotected |
◆ codepoint_to_utf8()
static codepoint_to_utf8 |
( |
|
$codepoint | ) |
|
|
static |
◆ compress_parse_url()
static compress_parse_url |
( |
|
$scheme = '' , |
|
|
|
$authority = '' , |
|
|
|
$path = '' , |
|
|
|
$query = '' , |
|
|
|
$fragment = '' |
|
) |
| |
|
static |
◆ debug()
◆ element_implode()
static element_implode |
( |
|
$element | ) |
|
|
static |
◆ encoding()
static encoding |
( |
|
$charset | ) |
|
|
static |
Normalize an encoding name
This is automatically generated by create.php
To generate it, run php create.php
on the command line, and copy the output to replace this function.
- Paramètres
-
string | $charset | Character set to standardise |
- Renvoie
- string Standardised name
Référencé par change_encoding().
◆ entities_decode()
static entities_decode |
( |
|
$data | ) |
|
|
static |
Decode HTML entities
- Obsolète:
- Use DOMDocument instead
- Paramètres
-
- Renvoie
- string Output data
Références $data.
Référencé par get_element().
◆ error()
static error |
( |
|
$message, |
|
|
|
$level, |
|
|
|
$file, |
|
|
|
$line |
|
) |
| |
|
static |
◆ fix_protocol()
static fix_protocol |
( |
|
$url, |
|
|
|
$http = 1 |
|
) |
| |
|
static |
◆ get_build()
Get the SimplePie build timestamp
Uses the git index if it exists, otherwise uses the modification time of the newest file.
Références $file, $root, et elseif.
◆ get_curl_version()
static get_curl_version |
( |
| ) |
|
|
static |
◆ get_element()
static get_element |
( |
|
$realname, |
|
|
|
$string |
|
) |
| |
|
static |
◆ is_isegment_nz_nc()
static is_isegment_nz_nc |
( |
|
$string | ) |
|
|
static |
◆ normalize_url()
static normalize_url |
( |
|
$url | ) |
|
|
static |
◆ output_javascript()
static output_javascript |
( |
| ) |
|
|
static |
◆ parse_date()
◆ parse_mime()
static parse_mime |
( |
|
$mime | ) |
|
|
static |
◆ parse_str()
Similar to parse_str()
Returns an associative array of name/value pairs, where the value is an array of values that have used the same name
- Paramètres
-
string | $str | The input string. |
- Renvoie
- array
Références $name, $return, $section, $value, et null.
◆ parse_url()
◆ percent_encoding_normalization()
static percent_encoding_normalization |
( |
|
$match | ) |
|
|
static |
◆ silence_errors()
static silence_errors |
( |
|
$num, |
|
|
|
$str |
|
) |
| |
|
static |
◆ space_seperated_tokens()
static space_seperated_tokens |
( |
|
$string | ) |
|
|
static |
◆ strip_comments()
static strip_comments |
( |
|
$data | ) |
|
|
static |
Strip HTML comments
- Paramètres
-
string | $data | Data to strip comments from |
- Renvoie
- string Comment stripped string
Références $data, $output, et $start.
◆ time_hms()
static time_hms |
( |
|
$seconds | ) |
|
|
static |
◆ uncomment_rfc822()
static uncomment_rfc822 |
( |
|
$string | ) |
|
|
static |
Remove RFC822 comments
- Paramètres
-
string | $data | Data to strip comments from |
- Renvoie
- string Comment stripped string
Références $output, $position, et elseif.
◆ windows_1252_to_utf8()
static windows_1252_to_utf8 |
( |
|
$string | ) |
|
|
static |
Converts a Windows-1252 encoded string to a UTF-8 encoded string
- Paramètres
-
string | $string | Windows-1252 encoded string |
- Renvoie
- string UTF-8 encoded string
Référencé par change_encoding().
◆ xml_encoding()
static xml_encoding |
( |
|
$data, |
|
|
|
$registry |
|
) |
| |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :