|
|
|
@ -121,9 +121,9 @@ static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* tex |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
|
|
|
|
/* {{{ proto integer IntlDateFormatter::parse( string $text_to_parse [, int $parse_pos] ) |
|
|
|
/* {{{ proto int IntlDateFormatter::parse( string $text_to_parse [, int $parse_pos] ) |
|
|
|
* Parse the string $value starting at parse_pos to a Unix timestamp -int }}}*/ |
|
|
|
/* {{{ proto integer datefmt_parse( IntlDateFormatter $fmt, string $text_to_parse [, int $parse_pos] ) |
|
|
|
/* {{{ proto int datefmt_parse( IntlDateFormatter $fmt, string $text_to_parse [, int $parse_pos] ) |
|
|
|
* Parse the string $value starting at parse_pos to a Unix timestamp -int }}}*/ |
|
|
|
PHP_FUNCTION(datefmt_parse) |
|
|
|
{ |
|
|
|
@ -166,9 +166,9 @@ PHP_FUNCTION(datefmt_parse) |
|
|
|
} |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
/* {{{ proto integer IntlDateFormatter::localtime( string $text_to_parse[, int $parse_pos] ) |
|
|
|
/* {{{ proto int IntlDateFormatter::localtime( string $text_to_parse[, int $parse_pos] ) |
|
|
|
* Parse the string $value to a localtime array }}}*/ |
|
|
|
/* {{{ proto integer datefmt_localtime( IntlDateFormatter $fmt, string $text_to_parse[, int $parse_pos ]) |
|
|
|
/* {{{ proto int datefmt_localtime( IntlDateFormatter $fmt, string $text_to_parse[, int $parse_pos ]) |
|
|
|
* Parse the string $value to a localtime array }}}*/ |
|
|
|
PHP_FUNCTION(datefmt_localtime) |
|
|
|
{ |
|
|
|
|