Liste de tous les membres
Fonctions membres publiques statiques |
| absolutize ($base, $relative) |
Documentation des fonctions membres
SimplePie_IRI::__toString |
( |
| ) |
|
Return the entire IRI when you try and read the object as a string
public
- Renvoie:
- string
SimplePie_IRI::absolutize |
( |
|
$base, |
|
|
|
$relative |
|
) |
| |
|
static |
SimplePie_IRI::get_authority |
( |
| ) |
|
Get the complete authority
public
- Renvoie:
- string
Références null.
SimplePie_IRI::get_fragment |
( |
| ) |
|
Get the fragment
public
- Renvoie:
- string
SimplePie_IRI::get_host |
( |
| ) |
|
Get the host
public
- Renvoie:
- string
SimplePie_IRI::get_iri |
( |
| ) |
|
Get the complete IRI
public
- Renvoie:
- string
Références $path, $query, et null.
SimplePie_IRI::get_path |
( |
| ) |
|
Get the path
public
- Renvoie:
- string
Références $path.
SimplePie_IRI::get_port |
( |
| ) |
|
Get the port
public
- Renvoie:
- string
SimplePie_IRI::get_query |
( |
| ) |
|
Get the query
public
- Renvoie:
- string
Références $query.
SimplePie_IRI::get_scheme |
( |
| ) |
|
Get the scheme
public
- Renvoie:
- string
SimplePie_IRI::get_userinfo |
( |
| ) |
|
Get the user information
public
- Renvoie:
- string
SimplePie_IRI::is_valid |
( |
| ) |
|
Check if the object represents a valid IRI
public
- Renvoie:
- bool
SimplePie_IRI::parse_iri |
( |
|
$iri | ) |
|
Parse an IRI into scheme/authority/path/query/fragment segments
private
- Paramètres:
-
- Renvoie:
- array
Références $i.
SimplePie_IRI::remove_dot_segments |
( |
|
$input | ) |
|
Remove dot segments from a path
private
- Paramètres:
-
- Renvoie:
- string
Références $output, et elseif.
SimplePie_IRI::replace_invalid_with_pct_encoding |
( |
|
$string, |
|
|
|
$valid_chars, |
|
|
|
$case = SIMPLEPIE_SAME_CASE |
|
) |
| |
Replace invalid character with percent encoding
private
- Paramètres:
-
string | $string | Input string |
string | $valid_chars | Valid characters |
int | $case | Normalise case |
- Renvoie:
- string
Références elseif, SIMPLEPIE_LOWERCASE, et SIMPLEPIE_UPPERCASE.
SimplePie_IRI::set_authority |
( |
|
$authority | ) |
|
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
public
- Paramètres:
-
- Renvoie:
- bool
Références null.
SimplePie_IRI::set_fragment |
( |
|
$fragment | ) |
|
Set the fragment.
public
- Paramètres:
-
- Renvoie:
- bool
Références null.
SimplePie_IRI::set_host |
( |
|
$host | ) |
|
Set the host. Returns true on success, false on failure (if there are any invalid characters).
public
- Paramètres:
-
- Renvoie:
- bool
Références elseif, null, et SIMPLEPIE_LOWERCASE.
SimplePie_IRI::set_path |
( |
|
$path | ) |
|
Set the path.
public
- Paramètres:
-
- Renvoie:
- bool
Références $path, elseif, et null.
SimplePie_IRI::set_port |
( |
|
$port | ) |
|
Set the port. Returns true on success, false on failure (if there are any invalid characters).
public
- Paramètres:
-
- Renvoie:
- bool
Références elseif, et null.
SimplePie_IRI::set_query |
( |
|
$query | ) |
|
Set the query.
public
- Paramètres:
-
- Renvoie:
- bool
Références $query, et null.
SimplePie_IRI::set_scheme |
( |
|
$scheme | ) |
|
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
public
- Paramètres:
-
- Renvoie:
- bool
Références null.
SimplePie_IRI::set_userinfo |
( |
|
$userinfo | ) |
|
Set the userinfo.
public
- Paramètres:
-
- Renvoie:
- bool
Références null.
SimplePie_IRI::SimplePie_IRI |
( |
|
$iri | ) |
|
Create a new IRI object, from a specified string
public
- Paramètres:
-
- Renvoie:
- SimplePie_IRI
Documentation des données membres
SimplePie_IRI::$valid = array() |
La documentation de cette classe a été générée à partir du fichier suivant :