Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This is the complete list of members for IRI, including all inherited members.
$ifragment | IRI | protected |
$ihost | IRI | protected |
$ipath | IRI | protected |
$iquery | IRI | protected |
$iuserinfo | IRI | protected |
$normalization | IRI | protected |
$port | IRI | protected |
$scheme | IRI | protected |
__construct($iri=null) | IRI | |
__destruct() | IRI | |
__get($name) | IRI | |
__isset($name) | IRI | |
__set($name, $value) | IRI | |
__toString() | IRI | |
__unset($name) | IRI | |
absolutize($base, $relative) | IRI | static |
get_authority() | IRI | protected |
get_iauthority() | IRI | protected |
get_iri() | IRI | |
get_uri() | IRI | |
is_valid() | IRI | |
parse_iri($iri) | IRI | protected |
remove_dot_segments($input) | IRI | protected |
remove_iunreserved_percent_encoded($match) | IRI | protected |
replace_invalid_with_pct_encoding($string, $extra_chars, $iprivate=false) | IRI | protected |
scheme_normalization() (defined in IRI) | IRI | protected |
set_authority($authority, $clear_cache=false) | IRI | |
set_fragment($ifragment) | IRI | |
set_host($ihost) | IRI | |
set_iri($iri, $clear_cache=false) | IRI | |
set_path($ipath, $clear_cache=false) | IRI | |
set_port($port) | IRI | |
set_query($iquery) | IRI | |
set_scheme($scheme) | IRI | |
set_userinfo($iuserinfo) | IRI | |
to_uri($string) | IRI |