Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
SimplePie_Parse_Date () | |
get () | |
parse ($date) | |
add_callback ($callback) | |
date_w3cdtf ($date) | |
remove_rfc2822_comments ($string) | |
date_rfc2822 ($date) | |
date_rfc850 ($date) | |
date_asctime ($date) | |
date_strtotime ($date) |
Attributs publics | |
$date | |
$day | |
$month | |
$timezone | |
$day_pcre | |
$month_pcre | |
$built_in = array() | |
$user = array() |
Définition à la ligne 12531 du fichier simplepie.php.
SimplePie_Parse_Date::add_callback | ( | $callback | ) |
Add a callback method to parse a date
public
callback | $callback |
Définition à la ligne 13097 du fichier simplepie.php.
SimplePie_Parse_Date::date_asctime | ( | $date | ) |
Parse C99's asctime()'s date format
protected
Définition à la ligne 13407 du fichier simplepie.php.
SimplePie_Parse_Date::date_rfc2822 | ( | $date | ) |
Parse RFC2822's date format
protected
Définition à la ligne 13249 du fichier simplepie.php.
SimplePie_Parse_Date::date_rfc850 | ( | $date | ) |
Parse RFC850's date format
protected
Définition à la ligne 13342 du fichier simplepie.php.
SimplePie_Parse_Date::date_strtotime | ( | $date | ) |
Parse dates using strtotime()
protected
Définition à la ligne 13449 du fichier simplepie.php.
SimplePie_Parse_Date::date_w3cdtf | ( | $date | ) |
Parse a superset of W3C-DTF (allows hyphens and colons to be omitted, as well as allowing any of upper or lower case "T", horizontal tabs, or spaces to be used as the time seperator (including more than one))
protected
Définition à la ligne 13117 du fichier simplepie.php.
SimplePie_Parse_Date::get | ( | ) |
Get the object
public
Définition à la ligne 13051 du fichier simplepie.php.
Référencé par SimplePie_Item\get_date(), et SimplePie_Misc\parse_date().
SimplePie_Parse_Date::parse | ( | $date | ) |
Parse a date
public
string | $date | Date to parse |
Définition à la ligne 13069 du fichier simplepie.php.
SimplePie_Parse_Date::remove_rfc2822_comments | ( | $string | ) |
Remove RFC822 comments
protected
string | $data | Data to strip comments from |
Définition à la ligne 13189 du fichier simplepie.php.
SimplePie_Parse_Date::SimplePie_Parse_Date | ( | ) |
Create new SimplePie_Parse_Date object, and set self::day_pcre, self::month_pcre, and self::built_in
private
Définition à la ligne 13021 du fichier simplepie.php.
SimplePie_Parse_Date::$built_in = array() |
Définition à la ligne 13005 du fichier simplepie.php.
SimplePie_Parse_Date::$date |
Définition à la ligne 12539 du fichier simplepie.php.
SimplePie_Parse_Date::$day |
Définition à la ligne 12547 du fichier simplepie.php.
SimplePie_Parse_Date::$day_pcre |
Définition à la ligne 12989 du fichier simplepie.php.
SimplePie_Parse_Date::$month |
Définition à la ligne 12636 du fichier simplepie.php.
SimplePie_Parse_Date::$month_pcre |
Définition à la ligne 12997 du fichier simplepie.php.
SimplePie_Parse_Date::$timezone |
Définition à la ligne 12781 du fichier simplepie.php.
SimplePie_Parse_Date::$user = array() |
Définition à la ligne 13013 du fichier simplepie.php.