本文整理汇总了PHP中Timestamp::getHumanReadablePeriod方法的典型用法代码示例。如果您正苦于以下问题:PHP Timestamp::getHumanReadablePeriod方法的具体用法?PHP Timestamp::getHumanReadablePeriod怎么用?PHP Timestamp::getHumanReadablePeriod使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Timestamp
的用法示例。
在下文中一共展示了Timestamp::getHumanReadablePeriod方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _text
</dl>
<dl id="checkbox-line">
<dt><span class="label"><?php
echo _text('선택사항');
?>
</span></dt>
<dd>
<div id="email-save"><input type="checkbox" id="save" class="checkbox" name="save"<?php
echo empty($_COOKIE['TSSESSION_LOGINID']) ? '' : 'checked="checked"';
?>
/><label for="save"><?php
echo _text('이메일 저장');
?>
</label></div>
<div id="permanent-login"><input type="checkbox" id="autologin" class="checkbox" name="autologin" /><label for="autologin"><?php
echo _textf('%1 동안 로그인 상태 유지', Timestamp::getHumanReadablePeriod($context->getProperty('service.autologinTimeout')));
?>
</label></div>
<?php
echo $showPasswordReset ? '<div id="password_int"><input type="checkbox" class="checkbox" id="reset" name="reset" /><label for="reset">' . _text('암호 초기화') . '</label></div>' . CRLF : '';
?>
</dd>
</dl>
<div class="button-box">
<input type="submit" class="login-button input-button" name="button_login" value="<?php
echo _text('로그인');
?>
" />
</div>
<div class="return-box">