WPDKDateTime::elapsed_string PHP 메소드

elapsed_string() 공개 정적인 메소드

사용 중단: since 1.5.13 - Use elapsedString() instead
public static elapsed_string ( $timestamp, $hide_empty = true, $to, $separator = ' ' )
    public static function elapsed_string($timestamp, $hide_empty = true, $to = 0, $separator = ' ')
    {
        _deprecated_function(__CLASS__ . '::' . __FUNCTION__, '1.5.13', 'elapsedString()');
        return self::elapsedString($timestamp, $hide_empty, $to, $separator);
    }