API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
SimplePie_IRI::__toString | ( | ) |
Return the entire IRI when you try and read the object as a string
public
SimplePie_IRI::absolutize | ( | $ | base, |
$ | relative | ||
) | [static] |
Create a new IRI object by resolving a relative IRI
public
SimplePie_IRI | $base | Base IRI |
string | $relative | Relative IRI |
Références $target, et elseif.
Référencé par SimplePie_Misc::absolutize_url().
SimplePie_IRI::get_authority | ( | ) |
Get the complete authority
public
SimplePie_IRI::get_fragment | ( | ) |
Get the fragment
public
SimplePie_IRI::get_host | ( | ) |
Get the host
public
SimplePie_IRI::get_iri | ( | ) |
Get the complete IRI
public
SimplePie_IRI::get_path | ( | ) |
Get the path
public
SimplePie_IRI::get_port | ( | ) |
Get the port
public
SimplePie_IRI::get_query | ( | ) |
Get the query
public
SimplePie_IRI::get_scheme | ( | ) |
Get the scheme
public
SimplePie_IRI::get_userinfo | ( | ) |
Get the user information
public
SimplePie_IRI::is_valid | ( | ) |
Check if the object represents a valid IRI
public
SimplePie_IRI::parse_iri | ( | $ | iri | ) |
Parse an IRI into scheme/authority/path/query/fragment segments
private
string | $iri |
Références $i.
SimplePie_IRI::remove_dot_segments | ( | $ | input | ) |
SimplePie_IRI::replace_invalid_with_pct_encoding | ( | $ | string, |
$ | valid_chars, | ||
$ | case = SIMPLEPIE_SAME_CASE |
||
) |
Replace invalid character with percent encoding
private
string | $string | Input string |
string | $valid_chars | Valid characters |
int | $case | Normalise case |
Références elseif.
SimplePie_IRI::set_authority | ( | $ | authority | ) |
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
public
string | $authority |
SimplePie_IRI::set_fragment | ( | $ | fragment | ) |
Set the fragment.
public
string | $fragment |
SimplePie_IRI::set_host | ( | $ | host | ) |
SimplePie_IRI::set_path | ( | $ | path | ) |
SimplePie_IRI::set_port | ( | $ | port | ) |
Set the port. Returns true on success, false on failure (if there are any invalid characters).
public
string | $port |
Références elseif.
SimplePie_IRI::set_query | ( | $ | query | ) |
SimplePie_IRI::set_scheme | ( | $ | scheme | ) |
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
public
string | $scheme |
SimplePie_IRI::set_userinfo | ( | $ | userinfo | ) |
Set the userinfo.
public
string | $userinfo |
SimplePie_IRI::SimplePie_IRI | ( | $ | iri | ) |
Create a new IRI object, from a specified string
public
string | $iri |
SimplePie_IRI::$fragment |
SimplePie_IRI::$host |
SimplePie_IRI::$path |
SimplePie_IRI::$port |
SimplePie_IRI::$query |
SimplePie_IRI::$scheme |
SimplePie_IRI::$userinfo |
SimplePie_IRI::$valid = array() |