update : 2015.11.03
php.shukuma.com검색:
|
IntlDateFormatter::parsedatefmt_parse(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) IntlDateFormatter::parse -- datefmt_parse — Parse string to a timestamp value 설명객체 기반 형식
public int IntlDateFormatter::parse
( string
$value
[, int &$position
] )절차식 형식 Converts string $value to an incremental time value, starting at $parse_pos and consuming as much of the input value as possible. 인수
반환값
timestamp parsed value, or 예제Example #1 OO example
<?php Example #2 datefmt_parse() example
<?php 위 예제의 출력: First parsed output is 630201600 Second parsed output is 630201600 참고
|